a) #include<iostream.h>
#define PI 3.14159
int main ()
{
float r = 2;
float circle;
circle = 2 + PI * I;
cout << circle;
return 0;
}
Answers
Answered by
5
Answer:
Error 'I' is undefined
if you wrote circle = 2+PI*r
It will print :
8.28318
Read my bio once
Answered by
1
Answer:It will give error as 'I' is not defined
Explanation:
It will give error as 'I' is not defined
if you wrote circle = 2+PI*r
It will print :
8.28318
Similar questions
World Languages,
3 months ago
Physics,
3 months ago
English,
3 months ago
Science,
7 months ago
Social Sciences,
7 months ago
Math,
11 months ago
Chemistry,
11 months ago
Science,
11 months ago