Question: IN C + + fix this code please. #include using namespace std; int main ( ) Input output Enter the length: Enter the wichth: The
IN C fix this code please. #include
using namespace std;
int mainInput
output
Enter the length: Enter the wichth: The area of a rectangle is
Enter the length: Enter the width:
The area of a rectangle is
int length;
int width;
int area;
cout "Enter the length: ;
cin length;
cout "Enter the width: ;
cin width;
cout endl; Add a line of whitespace
cout "The area of a length x width rectangle is area endl;
return ;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
