Question: 6 . Write a C program using while loop that repeatedly reads in integers until a negative integer is read. The program also keeps track

6. Write a C program using "while" loop that repeatedly reads in integers until a negative integer is read. The program also keeps track of the largest integer that has been read so far and outputs the largest integer at the end. Assume a user will enter at least one non-zero integer.
\((30\%)\)
Ex: Enter the First Value: 2
Enter next value: 4
Enter next value: -6
Largest integer: 4
6 . Write a C program using "while" loop that

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 Programming Questions!