<<12
8.

Which of the following statement is a convenient declaration and initialization of a floating point number:


A) float variable = 22.502D

B) float variable = (Double) 22.502D

C) float variable = (float) 22.502D

D) float variable = (Decimal)22.502D



<<12