로그인 유지
<?$a=1;$sum=0;
do{$sum=$sum+$a;$a++;} while($a<=100);echo("1에서 100까지 자연수의 합은 $sum 입니다.<br>");
?>
새 창으로
선택한 기호