+ 1
What does floating do?
?????????????
3 Respuestas
0
Float is a term is used in various programming languages to define a variable with a fractional value. Numbers created using a float variable declaration will have digits on both sides of a decimal point. This is in contrast to the integer data type, which houses an integer or whole number.
0
Integer:
1
Float:
1.0
0
Sorry im new to this im very bad