1.

draw a flowchart to enter a digit upto three digit and display the message that "the entered number is a single digit number" or " the entered digit is a two digit number" or "the entered number is a three digit number".

Answer»

Answer:

The question is "Write a program that repeatedly PROMPTS a user for integer numbers until the user enters 'done'. Once 'done' is entered, print out the largest and smallest of the numbers. If the user enters ANYTHING other than a valid number catch it with a try/except and put out an appropriate message and ignore the number. Enter 7, 2, bob, 10, and 4 and match the OUTPUT below."



Discussion

No Comment Found