Advertisement
ini_PlayeR

While_1a

Apr 14th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2. $jum=0; $bil=2;
  3. while($bil<=50)
  4. {
  5.     $bil++;
  6.     $jum=$jum+$bil;
  7. }
  8. echo"Hasilnya adalah ".$jum;
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement