Question: the c++ code has this code double area = 3.5; cout < < area; cout < < area; What is the exact output of the
the c++ code has this code
double area = 3.5; cout << "area"; cout << area;
What is the exact output of the following code?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
