วันจันทร์ที่ 28 พฤษภาคม พ.ศ. 2555

บทที่ 14 การทำซ้ำด้วย while


class While {
public static void main (String[] args) {
int x = 0;
while (x<=20) {
System.out.println(x);
x++;

}
}
}


ไม่มีความคิดเห็น:

แสดงความคิดเห็น