While while condition statement 1 statement 2 condition Slides: 11 Download presentation คำสง While �������� while (condition) { statement 1; statement 2; } ������ condition ��������� statement ������� คำสง For �������� for (initialization; condition; update) { statement 1; statement 2; . . . } ������ initialization �������� condition ���������� update ����������