Question: Description: Complete the following C programming exercises. Each program must include a comment header and line comments as described in class. Arrays 1. Program 6.2


Description: Complete the following C programming exercises. Each program must include a comment header and line comments as described in class. Arrays 1. Program 6.2 (listed below) permits only 20 responses to be entered. Modify that program so that any number of responses can be entered, and the user does not have to count the number of responses in the list. Set up the program so that the value 999 can be keyed in by the user to indicate that the last response has been entered, not including 999. (Hint: You can use the break statement here if you want to exit your loop.) 1 Winclude
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
