Question: Using C Programming: Write a program that will take 5 integers from the user, store them in an array and display them on the screen

Using C Programming:
Write a program that will take 5 integers from the user, store them in an array and display them on the screen in reverse order. For instance if the input is: 12 23 1 45 -2 then the output will be: -2 45 1 23 12. Q.2 Write a program that will create an integer array of size 25. Compute and store 25 Fibonacci numbers in it and then display on the screen. Q.3 Write a program that will ask the user to enter an integer number. The computer must separate the digits and display them in same order with a space between each digit. For example, if the user enters 237, the computers output should be: 2 3 7. Hint: You may use an array now to solve Q.3.

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!