บทความ

กำลังแสดงโพสต์จาก กรกฎาคม, 2012

โปรแกรมคำนวณหาพื้นที่สี่เหลี่ยมผืนผ้า

4.2 <html>      <head>      <script langnage="javascript">      <!--      var a;      var b;      a= prompt("ความกว้าง");      b= prompt("ความยาว");      aiert("พื้นที่สี่เหลี่ยมผืนผ้า="+a*b);      </script>      </head> </html>