algorithm to calculate area of the square

                 C program to calculate area of the square(flowchart)
  1. start 
  2. input x
  3. sq=x*x
  4. print sq
  5. stop

Comments

Post a Comment

Popular posts from this blog