Welcome followers 2ne1.

วันพุธที่ 19 กันยายน พ.ศ. 2555

แบบฝึกหัดที่ 2

<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>
ข้อ2)ให้นักเรียนเขียนโปรแกรมหาพื้นที่สี่เหลี่ยมผืนผ้า และแสดงผลการหาค่าทางกล่องตอบโต้

<html>
<head>
<script language="javascript">
<!--
var a;
var b;
a=prompt("input your widht");
b=prompt("input your height");
alert("พท.สี่เหลี่ยมผืนผ้า"*a*b);
</script>
</head>
</html>

ไม่มีความคิดเห็น:

แสดงความคิดเห็น