Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~448 People Reached
Favorite Forums
Favorite Tags
Member Avatar for MrKnowNothing

Hello, I am knew here and not sure how to ask but I guess I will ask it here and if this is not where it goes feel free to tell me where to post it.....THANKS I am trying to write a recursive function Python program that will ask the …

Member Avatar for Rehab A
0
304
Member Avatar for MrKnowNothing

Hello all, I have wrote this program to determine a student's classification: # This program will print out the class standing of an individual # Uses a four way decision process def main(): credits = input ("Enter the number of credits earned: ") if credits >= 26: class_standing = "Senior" …

0
71
Member Avatar for MrKnowNothing

Again I have tried to move on to another program and I am running into another snag. I am trying to write a program that determines if a number is prime. I know the basic format of what I have is pretty close (we talked about it in class), so …

Member Avatar for woooee
0
73