1.

Select a convenient declaration and initialization of a floating point number:

A. float somevariable = 12.502D
B. float somevariable = (Double) 12.502D
C. float somevariable = (float) 12.502D
D. float somevariable = (Decimal)12.502D
Answer» D. float somevariable = (Decimal)12.502D


Discussion

No Comment Found