Skip to content

Commit b7dc1d9

Browse files
committed
format document
1 parent aa36c2f commit b7dc1d9

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

solve_problem.c

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
// ======================= 👉👉 🔹🔹 Practice-Problem =========
44
// ==================================================
55

6-
7-
8-
9-
106
// 👉👉 🔹Qu -1 🔹 write 2 functions one to print "Hello" and Second to print "Goodbey"
117

128
// #include <stdio.h>
@@ -26,14 +22,8 @@
2622
// printf("goodbey :) \n");
2723
// }
2824

29-
30-
31-
32-
33-
34-
//👉👉 🔹Qu -2 🔹 Write a fuction that prints Salam if user is Bagladashi
35-
// & Hey if the user is French
36-
25+
// 👉👉 🔹Qu -2 🔹 Write a fuction that prints Salam if user is Bagladashi
26+
// & Hey if the user is French
3727

3828
// #include <stdio.h>
3929
// void salam_f();
@@ -58,12 +48,7 @@
5848
// printf("Hey ! \n");
5949
// }
6050

61-
62-
63-
64-
65-
// 👉👉 🔹Qu -3 🔹 use library fucntions to calculate the square of a number given by the user
66-
51+
// 👉👉 🔹Qu -3 🔹 use library fucntions to calculate the square of a number given by the user
6752

6853
// #include <stdio.h>
6954
// #include <math.h>
@@ -74,10 +59,17 @@
7459
// return 0;
7560
// }
7661

62+
// 👉👉 🔹Qu -3 🔹
63+
64+
#include <stdio.h>
65+
int main()
66+
{
67+
68+
return 0;
69+
}
7770

7871
// #include <stdio.h>
7972
// int main(){
8073

8174
// return 0;
8275
// }
83-

0 commit comments

Comments
 (0)