Which is a for loop that prints all of the days of the week?
A. for(float i=0; i<7; ++i) cout<
C. for(int i=0; i<7; ++i) cout << The_Days[i] << “ “;
D. for(int i=0; i>7; ++i) cout >> The_Days[i] << “ “;
C. for(int i=0; i<7; ++i) cout << The_Days[i] << “ “;
Computer Science & Information Technology
You might also like to view...
Malware is a computer program that's designed to prevent viruses
Indicate whether the statement is true or false
Computer Science & Information Technology
An Alice array can store an arbitrary number of references to any Alice type.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology