Question # 1
<html>
<title> Assignment 3 </title>
<head>
<Title> Write your Student ID Here </title>
<SCRIPT>
for (x=1; x<=100 ; x=x+2){
document.write (x+"<BR>");
}
</script>
</head>
<body>
</body>
</html>
Changing Suggestion:
In the Quation # 1, Red highlighed Area can be changed,
Question # 2
Sum of Marks of all subjects =SUM(B6:B15)
Average of all Marks =AVERAGE(B6:B15)
Highest Marks attained =MAX(B6:B15)
Total number of subjects having Grade A =COUNTIF(C6:C15,"A")
Sum of Marks of those subjects having Grade B =SUMIF(B6:C15,"B",B6:B15
0 comments:
Post a Comment