int a = 20 ; // 整数の変数 a を宣言 int b = 8 ; // 整数の変数 b を宣言 print( (float)a / (float)b );