What is the output of this program?
#includeiostream
Using namespace std;
int main()
{
float PI = 3.14159;
float r= 2;
float circle;
Circle =2*PI*r;
Coutcircle;
Return 0;
}

Posted on by