Write two different Do...Loop clauses that stop the loop when the value in the intAmount is less than or equal to the value in the intLimit variable. Use the Until keyword in the first clause, and use the While keyword in the second clause.
What will be an ideal response?
Do Until intAmount <= intLimit
Do While intAmount > intLimit
Computer Science & Information Technology
You might also like to view...
Deleting a node that has two children offers an opportunity to use
a. a function that returns a pointer to a pointer b. a function parameter that is a pointer to a pointer c. double indirection d. All of these e. None of these
Computer Science & Information Technology
The UNIX swap-in decision is based on __________.
a. secondary storage residency time b. program size c. round-robin polling d. program execution time
Computer Science & Information Technology
Brightness is a picture correction that controls the lightness or darkness of a picture
Indicate whether the statement is true or false
Computer Science & Information Technology
What do firewalls use to allow or disallow traffic through?
A. LACs B. CALs C. ACLs D. Inbound
Computer Science & Information Technology