Skip to content

Commit aa36c2f

Browse files
committed
solve 3rd problem
1 parent b4dd6fe commit aa36c2f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

a.out

8 Bytes
Binary file not shown.

solve_problem.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@
6565
// 👉👉 🔹Qu -3 🔹 use library fucntions to calculate the square of a number given by the user
6666

6767

68-
6968
// #include <stdio.h>
70-
// int main(){
69+
// #include <math.h>
7170

71+
// int main(){
72+
// int n = 4 ;
73+
// printf("%f\n", pow(n,2));
7274
// return 0;
7375
// }
7476

0 commit comments

Comments
 (0)