Question: c++ programming language. 2. Create a string array named workDays of size five. Initialize the arrav with the five work days (Monday, Tuesday...). Use a
c++ programming language.

2. Create a string array named workDays of size five. Initialize the arrav with the five work days (Monday, Tuesday...). Use a loop to print out all elements of the array. 3. Create an integer array named numbers of size 10. Use a constant for the capacity of the array. Use a loop to initialize the numbers array with the first 10 even integers (start with 0). Use a second loop to print out all elements of the array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
