Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

function KaliDUa($nilai){

$nilai = $nilai << 1;


return $nilai;
}
$a = 3;
$KaliDua($a);
echo $a

You might also like