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.
a) When a decimal variable is initialized to an int value, the int value must be cast to
decimal.
Computer Science & Information Technology