12345678910



Question 1: What will you do to treat the constant 3.14 as a float?
1. use float(3.14f)
2. use 3.14f
3. use f(3.14)
4. use (f)(3.14)