Tutor profile: Greg K.
Inactive
Greg K.
Software Engineer and Computer Science Tutor
Tutor Satisfaction Guarantee
Questions
Subject: Python Programming
TutorMe
Question:
Create a Python program that gets the age from user input and saves the age as an int. Handle the case where the user inputs something other than a number.
Inactive
Greg K.
Answer:
while True: age = input("What is your age?\n") if age.isdigit(): age = int(age) break else: print("not a valid age\n") continue
Subject: Java Programming
TutorMe
Question:
What is Polymorphism?
Inactive
Greg K.
Answer:
Polymorphism is the ability for an object to take many forms. For example a Shape class object can polymorph into an instance of a Square or Circle.
Subject: Computer Science (General)
TutorMe
Question:
Write sudo-code for a program that reverses all the elements in an array called "names" and stores them in a new array
Inactive
Greg K.
Answer:
revNames[names.length] for i in names: revNames[names.length - i] = names[i]
Contact tutor
Send a message explaining your
needs and Greg will reply soon.
needs and Greg will reply soon.
Contact Greg
Request lesson
Ready now? Request a lesson.
Start Lesson
FAQs
What is a lesson?
A lesson is virtual lesson space on our platform where you and a tutor can communicate.
You'll have the option to communicate using video/audio as well as text chat.
You can also upload documents, edit papers in real time and use our cutting-edge virtual whiteboard.
How do I begin a lesson?
If the tutor is currently online, you can click the "Start Lesson" button above.
If they are offline, you can always send them a message to schedule a lesson.
Who are TutorMe tutors?
Many of our tutors are current college students or recent graduates of top-tier universities
like MIT, Harvard and USC.
TutorMe has thousands of top-quality tutors available to work with you.