-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (23 loc) · 914 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<style>
.link{
color: black;
padding: 40px;
text-align: center;
font-size:30px;
}
</style>
</head>
<body>
<p class="link">
<a href="https://github.com/baradatipu/C-Projects/blob/45cf63a0cddd4e880b74ea5922d4fc1bc581607c/01%20Write%20a%20program%20to%20input%205%20number%20sum%20of%20it%20%3F.c">01. Write a program to input 5 number sum of it?</a>
<br>
<a href="https://github.com/baradatipu/C-Projects/blob/0a6a1ed27b8959812d03e0f47fb75af4108b85ad/02%20Write%20a%20program%20to%20find%20out%20the%20area%20of%20triangle%20%3F.c">02. Write a program to find out the area of triangle?</a>
<br>
<a href="https://github.com/baradatipu/C-Projects/blob/8bd40a394c7aeb7ad724d9c86e2b8c61b9ae7378/03%20Write%20a%20program%20of%20radius%20of%20circle%20and%20find%20out%20area%20%3F.c">03. Write a program of radius of circle and find out area?</a>
<br>
</p>
</body>
</html>