In pseudocode, the “Repeat … Until” loop is considered a:
a. Pre-condition loop.
b. Post condition loop.
c. Nested loop
d. Sequential loop.
e. None of the above.
b
Computer Science & Information Technology
You might also like to view...
The collection of large national and international network providers used to establish the Internet is called the
a. T1. b. highway system. c. OC. d. Internet backbone.
Computer Science & Information Technology
The main difference between a pure virtual function and a virtual function is:
a. The return type. b. The member access specifier. c. That a pure virtual function cannot have an implementation. d. The location in the class.
Computer Science & Information Technology