in float data types _____ values can be stored
Answers
Answered by
0
in float data types two values can be stored
Answered by
14
In float data types decimal values can be stored.
Note::
If you use double data type, it will take more memory size but would help you to enter upto 15 digits after decimal point. In float data type, you can do so only upto 7 digits.
Know more about data types::
- int -- used for integers
- double -- used for decimals
- float -- used for decimals.
- string -- any text
- char -- single character
- boolean -- true or false
--the above is according to Java, other languages have their different data types.
I hope that my answer helps you...
Similar questions