Multiple Choice
Which of the following statements is false
A) When a decimal variable is initialized to an int value, the int value must be cast to decimal.
B) C# treats whole-number literals like 7 and 1000 as type int.
C) Unlike double values, int values can be assigned to decimal variables.
D) C# treats numeric literals like 0.05 as type double.
Correct Answer:

Verified
Correct Answer:
Verified
Q11: Which case of the following would warrant
Q40: Counter-controlled repetition requires only a control variable,an
Q41: Unary operators (such as ++)cannot be used
Q42: If a while condition is never true,the
Q43: What occurs when an empty case matches
Q44: A default case must be provided for
Q46: The loop body of a do…while statement
Q47: Consider the following two C# code segments:<br>Segment
Q49: The break statement terminates a program.
Q50: The statement,when executed in a for loop,will