+ 2
Guys what is int and float
Sorry im new
4 Answers
+ 3
There are three types of data String, integer, float
String - means you can store in it any text
EX- "Hello World!"
Integer - You can give numbers
Ex - 1234 , 1,2,3,4 (whole numbers)
Float - numbers with points means like decimal numbers
Ex - 3.334 , 2.44 etc
+ 3
Integer is a data type example 1,2,or basically the number which are on the number Line
And float are decimal number like 3.14
+ 2
They are data types that a variable can hold