0
Understand me pllz
what does it mean floats ..explain good
2 Antworten
+ 4
floats are a data type such as char and string
floats are a number data type so they represent a number
Unlike int which can only store whole numbers like 10, 35 and 41.
floats can store values such as decimals like 12.5, 45.532675 and 7546.245
Floats store “floating point numbers” and the number of numbers after the decimal can vary from language to language
Here is additional info:
https://www.ibm.com/support/knowledgecenter/en/SSGU8G_12.1.0/com.ibm.sqlr.doc/ids_sqr_118.htm
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2272/
https://www.sololearn.com/learn/CPlusPlus/1622/
0
thx