Computer Science, asked by creategood960, 5 hours ago

in float data types _____ values can be stored​

Answers

Answered by ss0228896
0

in float data types two values can be stored

Answered by purveshKolhe
14

\huge{\green{\underbrace{\overbrace{\blue{\mathfrak{ answer ::}}}}}}

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