Question: What is wrong with the following program? How would you correct it? #include using namespace std; int main() { critter = 62.7; double critter; cout
What is wrong with the following program? How would you correct it?
#include
using namespace std;
int main()
{
critter = 62.7;
double critter;
cout << critter << endl;
return 0;
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
