Computer Science, asked by gssingh8577, 8 months ago

differentiate between Integer and Float data type.​

Answers

Answered by abhirock51
3

Answer:

Integers and floats are two different kinds of numerical data. An integer (more commonly called an int) is a number without a decimal point. A float is a floating-point number, which means it is a number that has a decimal place. Floats are used when more precision is needed.

Similar questions