Write a program that prompts the user to enter three
Write a program that prompts the user to enter three numbers and then prints them vertically (each on one line), first forward and then reversed (the last one first), as shown in the following design.
Please enter three numbers: 15 35 72
Your numbers forward:
15
35
72
Your numbers reversed:
72
35
15
The post Write a program that prompts the user to enter three appeared first on My Assignment Online.