subject

Consider the following code.
// insertion point 1
using namespace std;
const float pi = 3.14;
int main()
{
//insertion point 2
float r = 2.0;
float area;
area = pi * r * r;

cout < < "area = " < < area < 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

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 16:30
20 points archie wants to use a reflector as he photographs a newlywed couple. what would he consider in his choice? a. shadow and sunny b. homemade and professional c. lamps and boards d. incident and reflected e. neutral density and enhancement
Answers: 3
question
Computers and Technology, 24.06.2019 07:30
Aproject involves many computing systems working together on disjointed task towards a single goal what form of computing would the project be using
Answers: 3
question
Computers and Technology, 25.06.2019 16:10
4the time needed to complete a hole in golf is estimated to be 25 minutes.how long, in hours and minutes, will it take to complete 13 holes in a game?
Answers: 1
question
Computers and Technology, 25.06.2019 19:00
Which of the following statements is true of field names? a. they should be as short as possible. b. they should use abbreviations. c. they should use words such as name and date. d. they should have special characters.
Answers: 1
You know the right answer?
Consider the following code.
// insertion point 1
using namespace std;
const f...
Questions
question
Mathematics, 03.02.2021 07:40
question
Social Studies, 03.02.2021 07:40
question
Biology, 03.02.2021 07:40
question
Mathematics, 03.02.2021 07:40
question
English, 03.02.2021 07:40