|
(Thought question: ) Do you think that using A good answer might be:
No. For most programs using variables of type |
Explicit Floating Point Literals
Sometimes you need to explicily ask for a single-precision 123.0f -123.5F -198234.234f 0.00000381F
Sometimes you need to explicily ask for a double-precision 123.0d -123.5D -198234.234d 0.00000381D
Remember, that without any letter at the end, a floating point literal
will automatically be of type
|
QUESTION 9:Do you think that the following is legal? Click Here after you have answered the questiondouble rats = 8912D ; |