Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~507 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for Laura_16

Hi everyone, please advise where I'm getting my python code wrong. Question:Write a program that prompts the user to enter two integers, one per prompt. The program should then display the result of dividing the first number by the second number, using integer division so that the answer is an …

Member Avatar for 65_Sudhir
-1
471
Member Avatar for arthurtainment

q: Write a program that prompts the user to enter two integers, one per prompt. The program should then display the result of dividing the first number by the second number, using integer division so that the answer is an integer quotient, and a remainder. Output: Enter an integer >17 …

Member Avatar for larry29936
0
36

The End.