A repetition statement allows you to specify that an action should be repeated, depending on the value of:

a) a statement
b) a variable
c) a control structure
d) a condition

d) a condition

Computer Science & Information Technology

You might also like to view...

Internet Explorer saves web passwords

Indicate whether the statement is true or false

Computer Science & Information Technology

appears in class C, then:

If the line: friend class A; appears in class B, and the line: friend class B; a. Class A is a friend of class C. b. Class A can access private variables of class B. c. Class C can call class A’s private member functions. d. Class B can access class A’s private variables.

Computer Science & Information Technology