วันอังคารที่ 31 กรกฎาคม พ.ศ. 2555
แบบฝึกหัดการเขียนโปรแกรมหน้า39
<html>
<head>
<script language="javascript">
<!--
var a;
var b;
a=prompt("Input your name");
b=prompt("Input your Lastname");
alert("สวัสดี" +a+b);
</script>
</head>
</html>
4.2 ให้นักเรียนเขียนโปรแกรมหาพื้นที่สี่เหลี่ยมผืนผ้า และแสดงผลการหาค่าทางกล่องตอบโต้
<html>
<head>
<script language="javascript">
<!--
var a;
var b;
a=prompt("Input your widht");
b=prompt("Input your neight");
alert("พท.สี่เหลี่ยมผืนผ้า" +a*b);
</script>
</head>
</html>
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น