-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhw2.html
More file actions
44 lines (33 loc) · 1.16 KB
/
hw2.html
File metadata and controls
44 lines (33 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<link type="text/css" rel="stylesheet" href="style.css">
<title>CNIT 133 Homework 2 - Basic Operations & Functions</title>
<meta charset="utf-8">
<meta name="description" content="CNIT 133 homeworks at CCSF">
</head>
<body>
<header class="topnav">
<a href="index.html">Home </a>
<a class="active" href="hw2.html">Homework 2 </a>
<a href="hw3.html">Homework 3 </a>
<a href="hw4.html">Homework 4 </a>
</header>
<div >
<h1> CNIT 133 Howework 2 - Basic Operations & Functions</h1>
<h2><a href="hw2-part1.html"> Part 1</a></h2>
<p>Calculates student's average score and final grade </p>
<h2> <a href="hw2-part2.html"> Part 2</a></h2>
<p>Calculates weekly earnings of salespeson at a company </p>
<h2> <a href="hw2-part3.html"> Part 3</a></h2>
<p> Converts celsuis to fahrenheit and fahrenheit to celsuis </p>
<footer>
<p>
Student name: <a href="https://www.linkedin.com/in/tegshbayar-baasan-48526428"> Tegshbayar Baasan </a>
<br>
E-mail address: <a href="mailto:tbaasan@mail.ccsf.edu">tbaasan@mail.ccsf.edu</a>
</p>
</footer>
</div>
</body>
</html>