For the code listed below, draw a box around the sction of the code to enclose t
ID: 3634788 • Letter: F
Question
For the code listed below, draw a box around the sction of the code to enclose the scope of each variable and determine the data type of the argurments that the funl() & func2() functions expect the data type of the value these functions return.#include <ionsttream>
using namespace std;
const char KEY;
const long NUMBER;
int main()
{
int a,b,c;
doublex,y;
.
.
return 0;
}
double secnum;
int funcl(int num1, num1)
{
int o,p;
float q;
.
.
return p;
}
double func2(double first, double last)
{
int a,b,c,o, p;
double r;
double s,t,x;
.
.
return s * t;
}