Advertisement
Rofihimam

Untitled

Oct 9th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2.     $siswa = array('1314115698' => 'Wanda', '1314115699' => 'Nakia', '1314115700' => 'Carol');
  3.     foreach ($siswa as $nis => $nm_siswa) {
  4.         echo $nm_siswa.' memiliki NIS '.$nis.'<br>';
  5.     }
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement