Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

2M (27) Samantha Chan RCG Part 2

<!DOCTYPE html>
<html>
<title>Web Page Design</title>
<head>
<script>

var urname = prompt ("Enter your name:");
var urclass = prompt ("Enter your class:");
var urindex = prompt ("Enter your index number:");

var yourengmrk = prompt ("Enter your English mark:");
var yourmtmrk = prompt ("Enter your Mother Tongue:");
var yourscimrk = prompt ("Enter your Science mark:");
var yourmathmrk = prompt ("Enter your Math mark:");

document.write("=== Report card === <br>");
document.write("Name: " + urname + "<br>");
document.write("Class: " + urclass + "<br>");
document.write("Index Number: " + "27" + "<br>");
document.write("<br>");
document.write("=== Grades ===" + "<br>");
document.write("English:" + yourengmrk +"/100" + "(A)<br>");
document.write("Math:"+ yourmathmrk + "/100" + "(A)<br>");
document.write("Mother Tongue:" + yourmtmrk + "/100" + "(A)<br>");
document.write("Science:" + yourscimrk + "/100" + "(A)<br>");


sayHello();
</script>
</head>
<body>
</body>
</html>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.