assign the value of pie () to a variable with the suitable data type.
Answers
Answered by
1
If you are writing in C++, then this can help you:
double pie=3.1416;
double pie=3.1416;
Answered by
4
Double pie = 3.14;
Print it the Value of pi it will display it and u can use it in any calculation
Similar questions