Show the printout of the following code:
double x = 3.5 ;double * pi = &x;
double y = 4.5 ; double * p2 = &y;
cout << *pi + *p2 << end⌉;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.