Question:What will you do to treat the constant 3.14 as a float?
A use float(3.14f) B use 3.14f C use f(3.14) D use (f)(3.14)
+ AnswerB
+ Report