หน้าเว็บ

looknam

วันพฤหัสบดีที่ 19 กรกฎาคม พ.ศ. 2555

ตัวอย่างโปรแกรมการตรวจสอบเงื่อนไข

<html>
           <head>
           <script language="javascript">
           <!-->
           var a;
           var b;
           a = prompt("input numberfor plus");
           a = parselnt(a);
           b = prompt("input another number");
           b = parselnt(b);
if (a > b)
           {
                     b=a-b;
                     alert(b);
            }
else
            {
                     b=a+b;
                     alert(b);
             }
             </script>
             </head>
</html>

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

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