Thursday, October 4, 2018

Tugas 02

ad>
<title>Latihan Operator</title>
</head>
<?php
$teks1 = " Belajar Menghitung Volume Kubus";
$teks2 = " Panjang sisi kubus = 15";
$teks3 = " Volume kubus - 3375cm3";
echo "$teks1<br>";
echo "$teks2<br>";
echo "$teks3"
?>

No comments:

Post a Comment