(Solved) : Using Code Please Help Fill Targets Exercise 1 Exercise 2 Use C Language Q43934595 . . .


Using the code above please help me fill in thetargets of exercise # 1 and exercise # 2. Use C ++ language
The code I need to modify with the exercises: #include <iostream> #include <iomanip> using namespace std; // This program will demonstrate the scope rules. 7/ PLACE YOUR NAME HERE Gaast double Pi = 3.14; Gaast double RATE – 0.25; void findeceatfloat, float&); void fiadcircunferease float, float); int, maint) cout << fixed << showpoint << setecesisiga(2); float radius = 12; cout <<” Main function outer block” << endl; cout <<” LIST THE IDENTIFIERS THAT are active here” << endt << endl; float area; cout << “Main function first inner block” << endl; cout << “LIST THE IDENTIFIERS THAT are active here” << sadl << endl; // Fill in the code to call findarsa, here cout << “The radius = ” << radius << endl; cout << “The area – ” << area << endt < cadı: float radius – 10; float circumference; cout << “Main function second inner block” << endl; cout << “LIST THE IDENTIFIERS THAT are active here” << endl << codl // Fill in the code to call fiadciskuafecease here cout << “The radius – ” << radius << endl; cout << “The circumference – ” << circumference << endl << endl; cout << “Main function after all the calls” << endl; cout << “LIST THE IDENTIFIERS THAT are active here” << endl<<endl; return @; continues 4 Exercise 1: Fill in the following chart by listing the identifiers (function names, variables, constants) GLOBAL Main Main Main Area (inner 1) (inner 2) ference Circum- Exercise 2: For each cout instruction that reads: cout << ” LIST THE IDENTIFIERS THAT are active here” << endl; Replace the words in all caps by a list of all identifiers active at that location. Change it to have the following form: cout << “area, radius and PI are active here” << endl; Show transcribed image text The code I need to modify with the exercises: #include #include using namespace std; // This program will demonstrate the scope rules. 7/ PLACE YOUR NAME HERE Gaast double Pi = 3.14; Gaast double RATE – 0.25; void findeceatfloat, float&); void fiadcircunferease float, float); int, maint) cout
Expert Answer
Answer to Using the code above please help me fill in the targets of exercise # 1 and exercise # 2. Use C ++ language…
OR