<?php function returnJumlah(int $a, int $b){ echo $a+$b; } $hasilReturnJumlah = returnJumlah(2,3);
You have javascript disabled. You will not be able to edit any code.