Question: 4. Write a C program that asks users to enter 3 integer numbers. Print on the screen the numbers in reverse order in the following

 4. Write a C program that asks users to enter 3

4. Write a C program that asks users to enter 3 integer numbers. Print on the screen the numbers in reverse order in the following manner: Enter first number: x Enter second number: Y Enter third number: z The numbers in reverse order: 2 *Hint: A good programming practice - set appropriate initial value to each variable during its declaration 5. Re-write the program in (1) to ask users to enter 3 float values and display the output in the following manner: Enter three (3) numbers: x.x y.y z.Z The numbers in reverse order Z.ZZ X. 6. Write a program that reads two real numbers from user and prints them on the screen several times. Display the output in the following manner: Enter two numbers: x y The two numbers X.X X.XX y.YYY y.YYYY X.XX X.X

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!