Solved

How Is a Boolean Variable Declared in a Program

Question 13

Multiple Choice

How is a Boolean variable declared in a program?


A) A char type variable must be declared, optionally followed by a bool value.
B) A bool type variable must be declared, optionally followed by a bool value.
C) An int type variable must be declared, optionally followed by a bool value.
D) A boolean type variable must be declared, optionally followed by a bool value.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions