Show the output displayed by the program lines below when the data entered are 3.0 and 5.0.
cout << "Enter two numbers: ";cin >> a >> b;a = a – 5.0;b = a * b;cout << "a = " << a << endl;cout << "b = " << b << endl;
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.