AlyxDumbass

Untitled

Oct 8th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2. include("ContohFungsi.php");
  3.     tampil_identitas('Dean', 'XI RPL 2', 'Bandung');
  4.     $umur_saya = hitung_umur(2003,2019);
  5.  
  6.     echo 'Umur Saya'. $umur_saya. 'tahun';
  7. ?>
Add Comment
Please, Sign In to add comment