Ask users to input a series of integers the input will end


Please help ASAP. Correct answer will get a thumbs up! This is C language.

You are NOT allowed to use any arrays. BUT you can use pointers.

Write pseudocode and translate it to C-program for the following problem.

Mus use a function for each subproblem.(1, 2, and 3)

1) 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.

2) print all the input numbers to the screen in the order they are input by the users, and

3) 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):

Input a series of integers (ended with 0): 1 3 15 20 0 The numbers in the order of the input are 1,3,15,20. The maximal number of them is 20.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Ask users to input a series of integers the input will end
Reference No:- TGS02889335

Expected delivery within 24 Hours