InterviewSolution
Saved Bookmarks
| 1. |
Write an Algorithm to calculate the area of a square if the length is 5cm. Subject-Computer |
|
Answer» ------------------------------------------------------------------------START ALGORITHM ASSIGN the value for lengthlength =5area of SQUARE =s×s 5×5=25unit square stop algorithm -----------------------------------------------------------------------------------here is your answer hope it HELPS you |
|