What is a float | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is a float

New to this

7th May 2018, 6:15 AM
Lai Jun An Marcus
Lai Jun An Marcus - avatar
3 Answers
+ 5
"Float is a shortened term for "floating point." By definition, it's a fundamental data type built into the compiler that's used to define numeric values with floating decimal points. C, C++, C# and many other programming languages recognize float as a data type. Other common data types include int and double." Source: https://www.google.co.in/url?sa=t&source=web&rct=j&url=https://www.thoughtco.com/definition-of-float-958293&ved=0ahUKEwjk46P0-_LaAhUgTI8KHUnZBlQQFghNMBA&usg=AOvVaw3JY6233xpB2OH5hc1yTPNW Also, do go through the Sololearn course material: https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2272/?ref=app https://www.sololearn.com/learn/CPlusPlus/1622/?ref=app https://www.sololearn.com/learn/1345/?ref=app
7th May 2018, 6:26 AM
Rahul George
Rahul George - avatar
+ 2
Thank you very much!
7th May 2018, 6:32 AM
Lai Jun An Marcus
Lai Jun An Marcus - avatar
+ 2
Basically, floats are a kind of data for numbers that are not whole numbers or have decimals.
10th May 2018, 2:01 PM
Neil
Neil - avatar