A(n) ____________________ loop should be used when the iterations should continue until a condition becomes true.

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


Do Until

Computer Science & Information Technology

You might also like to view...

In order to set a string to reference Nothing you must use:

a) string1 = Nothing b) string1 = "" c) string1 = '' d) Either a. or b.

Computer Science & Information Technology

Which of the following is ALWAYS included in a business letter?

A) Initials of the preparer of the letter B) Inside address C) Enclosure notation D) Subject line

Computer Science & Information Technology

Which health insurance plan requires a primary doctor?

a. Health Reimbursement Account (HRA) b. Preferred Provider Organization (PPO) c. Fee-for-Service d. Health Maintenance Organization (HMO)

Computer Science & Information Technology

What method can be used to combine two sets in Python?

A. subset() B. union() C. join() D. both()

Computer Science & Information Technology