Understand me pllz | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Understand me pllz

what does it mean floats ..explain good

7th Jul 2018, 6:22 PM
SaRa_DFrnT
SaRa_DFrnT - avatar
2 Answers
+ 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/
7th Jul 2018, 6:32 PM
Agent
Agent - avatar
0
thx
8th Jul 2018, 6:08 PM
SaRa_DFrnT
SaRa_DFrnT - avatar