Question: Ask users to input a series of integers. The input will end with the number 0. Assume users will never input more than 10 integers
Ask users to input a series of integers. The input will end with the number 0. Assume users will never input more than 10 integers before input 0. Print all the input numbers to the screen in the reverse order they are input by the users, and print the maximal number of the input numbers to the screen, in a user friendly manner. An example execution of the C-program is as follows (where the underlined are user inputs): you are NOT allowed to use any arrays and array operations. BUT you can use pointers.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
