Tutorial 1 (Variable, Data Type, Input/Output)
Tutorial 1 (Variable, Data Type, Input/Output)
*****
*****
*****
*****
*****
15. Write a C program to prompt the user to input 3 integer values and print these values in forward
and reversed order, as shown below.
Please enter your 3 numbers: 12 45 78
Your numbers forward:
12
45
78
Your numbers reversed:
78
45
12