____________ loops are often used for inputting data when you do not know the exact number of values to be entered.

Fill in the blank(s) with the appropriate word(s).


Sentinel-controlled

Computer Science & Information Technology

You might also like to view...

Which of the following function declarations correctly guarantee that the function will not change any values in the array argument?

a. void f1(int array[], int size) const; b. void f1(int array[], int size); c. void f1(int &array, int size); d. void f1(const int array[], int size); e. void f1(int array[], const int size);

Computer Science & Information Technology

When storing information in a computer, the binary numbering system uses a(n) ________ to represent an on switch

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) _______ is a company that offers Internet access

a. ARPANET b. ISP c. Internet Exchange Point

Computer Science & Information Technology

Which of the following Ribbon commands will NOT enable you to include a File Name field in a footer?

A) The Field list in Document Info in the Insert group on the Header & Footer Tools Design tab B) The Header selection in the Header & Footer group on the Header & Footer Tools Design tab C) The Field list in Quick Parts on the Insert tab D) Document Info in the Insert group on the Header & Footer Tools Design tab

Computer Science & Information Technology