Computer Science, asked by bntirkey, 11 months ago

assign the value of pie () to a variable with the suitable data type.

Answers

Answered by Anonymous
1
If you are writing in C++, then this can help you:
double pie=3.1416;
Answered by hayneschristian10
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