0
3.6kviews
Write an Algorithm to accept a number and display its square.

Subject : Structured Programming Approach

Title : Introduction to Computer, Algorithm and Flowchart

Marks : 3M

1 Answer
0
214views

Start

Read number

Calculate square of the given number

Display Square

End

Please log in to add an answer.