How is a Boolean variable declared in a program?
A. A char type variable must be declared, followed by the bool value.
B. A bool type variable must be declared, followed by the bool value.
C. An int type variable must be declared, followed by the bool value.
D. A boolean type variable must be declared, followed by the bool value.
Answer: B
You might also like to view...
TextBoxes, Buttons and RadioButtons are examples of .
a) platforms b) high-level languages c) IDEs d) controls
The image shown above depicts the ________
A) SmartArt gallery B) SmartArt templates C) WordArt gallery D) WordArt templates
Saving a group of objects as a ________ image results in a good-quality picture with a small file size
A) JPEG B) GIF C) TIFF D) PNG
Which of the following statements about functional programming languages is incorrect?
a. In pure functional programming, there are no assignments b. In pure functional programming, there are no loops c. In pure functional programming, loops are replaced by recursive calls d. The value of a function depends on the order of evaluation of its parameters.