int float
int是整型数据;如:int a 则a的值只能是整型;如a=3;
float是浮点型数据;如:float a 则a的值只能是浮点型数据;如a=3.50;<即我们数学中的实数:必须写成小数形式