Advertisement
Rofihimam

Untitled

Oct 9th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.     include 'PembuatanFungsi.php';
  3.  
  4.     tampil_identitas('Ujang', 'XI RPL', 'Amsterdam');
  5.     $umur_saya = hitung_umur(1998,2014);
  6.     echo 'Umur Saya '.$umur_saya.' tahun';
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement