Integer constant
01
整数定数, 整数の定数
a fixed numerical value that is a whole number, either positive, negative, or zero
例
In the expression 2x+5, the integer constant is 5.
式2x+5において、整数定数は5です。
When defining a variable in programming, you can initialize it with an integer constant like 10 or −3.
プログラミングで変数を定義するとき、10や−3のような整数定数で初期化できます。



























