Question: 5. Write a program that prompts the user to enter your age prints out your age with proper text (user input are in bold) Please

 5. Write a program that prompts the user to enter your

5. Write a program that prompts the user to enter your age prints out your age with proper text (user input are in bold) Please enter your age: 20 You are 20 years old Write a program that prompts the user for four integers and prints them with a label, two in a line separated by commas. Here is a sample run of the program (user input in bold): 6. Enter four whole numbers: 12 34 20 63 The integers entered are: 12, 34 20, 63 Write a program that prompts the user for six decimal numbers and prints them witha label, three in a line separated by tab. Here is a sample run of the program (user input in bold): 7. Enter six decimal numbers: 1.2 3.4 2.2 6.3 4.4 8.5 The decimal numbers entered are: 1.2 3.4 2.2 6.3 4.4 8.5 Write a program that prompts the user to enter three numbers and then prints them reverse order. (user input are in bold) in 8. Please enter three numbers: 12 45 78 Your numbers reversed: 78 45 12

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!