Computer Science, asked by anushree291207, 6 months ago

correct the errors in the program​

Attachments:

Answers

Answered by mad210202
1

Answer:

The errors in the program are:

Explanation:

Errors:

5th line

6th line

7th line

8th line

9th line

correction:

int L, area;

cin>> " enter side of square";

cout<< L;

area= L*L;

cout<< The area of the square is: area;

Similar questions