Question: Write a program the uses 17 variables and an array of 17 variables. Part 1 In this part, declare 17 individual variables, and initialize them

Write a program the uses 17 variables and an array of 17 variables. Part 1 In this part, declare 17 individual variables, and initialize them each to 0. Write 17 different cout and cin statements so a user can be prompted to input a number into each variable. Write 17 cout statements that print out the content of each variable. Part 2 After you get the above working, add to the program... Declare a single integer array of 17 variables, and short list initialize them all to 0. Use a loop to have the user prompted to enter a value for each variable in the array. Use a loop to print the 17 values of the integer array.

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!