Info Tech
変数の宣言:箱を用意string s;
値を代入s=”果物”;
宣言と代入を同時に行う。string s = “果物”;
int n = 10; 整数float f = 3.2f; 小数bool b = true; 真偽