Page 86 - PortGPT_V2.1_C8_Flipbook
P. 86
<SCRIPT>
var my_score = parseInt(prompt("Enter a score"));
passing_score = 60;
if(my_score >= passing_score)
{
alert("Congratulations on passing the exam");
}
else
{
vvwalert("You failed, try harder next time");
}
</SCRIPT>
</BODY>
</HTML>
On running the above program, we get the following output:
84 Premium Edition-VIII

