Solved

Consider the Following Code \quad //Insertion Point 2 \quad Float R = 2

Question 40

Multiple Choice

Consider the following code.
// Insertion Point 1
Using namespace std;
Const float PI = 3.14;
Int main()
{
\quad //Insertion Point 2
\quad Float r = 2.0;
\quad Float area;
\quad Area = PI * r * r;
\quad Cout << "Area = " << area << endl;
\quad Return 0;
}
// Insertion Point 3
In this code,where does the include statement belong?


A) Insertion Point 1
B) Insertion Point 2
C) Insertion Point 3
D) Anywhere in the program

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions