Definition
▶
変数
hensuu
プログラミングにおいて、変数とは値を格納するための名前付きのメモリの位置を指します。
In programming, a variable refers to a named storage location in memory that holds a value.
▶
このプログラムでは、変数を使用して計算結果を保存します。
kono puroguramu de wa, hensuu o shiyou shite keisan kekka o hozon shimasu.
In this program, we use variables to store calculation results.
▶
変数の値を変更すると、プログラムの動作が変わります。
hensuu no atai o henkou suru to, puroguramu no douka ga kawarimasu.
Changing the value of a variable will change the program's behavior.
▶
この変数には、ユーザーの年齢が格納されています。
kono hensuu ni wa, yuuzaa no nenrei ga kakunou sareteimasu.
This variable holds the user's age.