What will you do to treat the constant 3.14 as a float?30/50What will you do to treat the constant 3.14 as a float?use float(3.14f)use 3.14fuse f(3.14)use (f)(3.14)Giải thíchChọn B