Java中整数和浮点文字之间的区别是什么?
整数文字表示固定的整数值,例如900、12、400,-222等(在整数范围内)。
浮点文字表示分数值,即带有十进制值的数字,例如25.53、45.66、58.66等。在编写这些文字时,我们应使用符号f或F作为25.53。
示例
public class StringExample {
public static void main(String args[]){
int num1 = 100;
float num2 = 30.0f;
System.out.println("Value of integer:"+num1);
System.out.println("Value of integer:"+num2);
}
}输出结果
Value of integer:100 Value of integer:30.0
热门推荐
10 七姐妹新春祝福语简短
11 18岁的祝福语简短
12 女性生日祝福语简短优美
13 祝朋友祝福语简短好看
14 企业励志拜年祝福语简短
15 五二零朋友祝福语大全简短
16 朋友弟弟生日祝福语简短
17 打游戏通关祝福语简短
18 虎年伊始祝福语大全简短