Question: 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

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.

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!