how floats are different from integer?
Answers
Answered by
1
Answer:
floats are used in computer languages like java script, they are used to represent decimal numbers।
integer are a collection of positive and negitive who numbers
Explanation:
1.2 is a float
-1, -2 , 2 ,3 etc are integers
Answered by
2
Answer:
please mark my ans. as brainliest
Explanation:
integers are whole no. with a range of values which is machine dependent . it's value range limited to -32768 to 32767
the float data type is used to store fractional numbers with 6 digits of precision
range = 3.4E-38 to 3.4E+38
Similar questions