The ________ statement executes one block of statements if a test condition is true, and another block if the condition is false.
A) if
B) if/else
C) if/else if
D) switch
E) trailing else
B) if/else
You might also like to view...
Use the SOFTWARE INSTALL LIST to jump to (and therefore create) the SOFTWARE INSTALLATION LISTING. The elements on the listing are as follows:
SOFTWARE INVENTORY NUMBER TITLE VERSION NUMBER HARDWARE INVENTORY NUMBER CAMPUS LOCATION ROOM LOCATION
Which of the following refers to scams designed to delude a victim into thinking that he or she had been singled out to be the beneficiary of millions of dollars being given away by a company or government agency?
a. skimming b. pump and dump c. carding d. 4-1-9
The ____ project on Linux supports the C# language.
A. notNet B. mono C. Babylon D. Babel
All of the following are true of functions except:
a) they define specific tasks that can be used at many points in a pro-gram b) a function call must specify the name and arguments of the func-tion c) the definition of a function is always visible to other functions d) the implementation of a function is hidden from the caller