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:

Verified
Correct Answer:
Verified
Q8: How is a named constant different from
Q9: someValue++ is an example of the use
Q10: Explain how to use the C# shortcut
Q11: What are the three floating-point data types
Q12: What type of operator can be used
Q14: What method can be used as an
Q15: What is the term for a named
Q16: In the C# statement moneyString = someMoney.ToString("F3"),
Q17: What type of program specifically allows and
Q18: When using arithmetic operations with operands of