Sunday 24 January 2021

VBScript Class - 5

 

VBScript Class - 5 by S P SHARMA CLASSES (7048972696)



 <html>

<body>

<script type="text/VBScript">

a=5

if a=7 then

document.write(  "7 <br/>")



elseif a=5 then

document.write( " 5 <br/>")

 


elseif a>4 then

document.write( " 4 <br/>")

else

document.write( " 10 <br/>")

end if

</script>

</body>

</html>

No comments:

Post a Comment