Problem refer to the following statements:
double x[ ] {2,4,6,8,10,12}, sum{0};
What is the output of the following statements?
for(double k:x)
{
cout << k << " ";
}
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.