Consider the following code. 
int limit;int reps = 0;cin >> limit;while (reps < limit){  cin >> entry;  triple = entry * 3;  cout

A. flag-controlled
B. counter-controlled
C. EOF-controlled
D. sentinel-controlled

Answer: B

Computer Science & Information Technology

You might also like to view...

Adware and spyware are referred to collectively as ________

A) viruses B) alertware C) firmware D) grayware

Computer Science & Information Technology

According to the textbook, which of the following would NOT be list as a professional reference?

A) Past supervisors B) Faculty members C) Present coworkers D) Family members

Computer Science & Information Technology