Computer Science, asked by lakshithareddy6, 6 months ago

write an algorith draw a flowchat
that will read the two sides of
rectangle & calculate its area​

Answers

Answered by spl555
0

Answer:

let me tell you the algorithm

Explanation:

  1. start
  2. take any two numbers a and b
  3. read the numbers a and b
  4. c=a×b (as it is area of rectangle)
  5. display c
  6. stop

flow chart is in the attachment

Attachments:
Similar questions