write an algorithm to input a side of square and print area of square
Answers
Answered by
3
Answer:
Write an algorithm that compute the area of a square
The program to compute area of a square is :-
Output -
Algorithm -
Step 1 - Start.
Step 2 - Declare floating type variables.
Step 3 - Read value for side of square.
Step 4 - Multiply sides and store the result.
Step 5 - Display area of square.
Step 6 - Stop
Similar questions