The Do…Loop While statement is an example of a:

a) Selection statement
b) Repetition statement
c) Loop statement
d) Sequence statement

b) Repetition statement

Computer Science & Information Technology

You might also like to view...

In Windows 10, the standard protocol for computers to format and exchange data across a network is Remote Assistance.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The expression while(anystring[i] != ‘\0') can be replaced by ____.

A. while(anystring[i] != 0) B. while(anystring[]) C. while(anystring[] != ‘\0') D. while(anystring[i])

Computer Science & Information Technology