Computer Science, asked by kausarmaryam9, 5 months ago

write a program to input side of a square and print area

Answers

Answered by sushilaranamagar77
0

Explanation:

CLS

INPUT" ENTER THE LENGTH " ;L

AREA= L^2

PRINT " THE AREA OF SQUARE IS "; AREA

END

Similar questions