CODE
:- <html> <head> <title>Min-2</title> <script
type="text/javascript"> var
a,b; a=parseInt(prompt("Enter
A=")); b=parseInt(prompt("Enter
B=")); if(a<b) { alert("A
Is Min="+a); } else { alert("B
Is Min="+b); } </script> </head>
<body> </body> </html> |
No comments:
Post a Comment