Question: Write a C program that reads a sequence of numbers and display a message. 1. The numbers are read from the standard input. 2. The
Write a C program that reads a sequence of numbers and display a message. 1. The numbers are read from the standard input. 2. The first number is the length of the sequence (n) followed by n numbers. 3. If n is 0 or negative, the program displays the message "Error_1" followed by a new line on the standard input. 4. If the length is shorter than n, it displays "Error_2" followed by a new line and quits.
Hints
Your program should not prompt the user.
The user should enter the length of the list (n) then hit return. Then enters the n numbers
When you display error message or the answer, your program should exit
Check what is the return value of scanf. For more of a hint, scanf returns EOF when there is no data to read
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
