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

Computer Science & Information Technology

You might also like to view...

RSS has a number of applications in the Web 1.0 space

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ________ stores the location of your records based on the field or fields that you select

A) data type B) format C) index D) property

Computer Science & Information Technology