演習4 ラインを11本描画する size( 400, 400 ); for(int i=0; i<11; i++){ line( 200, 0, i*40, 399 ); }