Computer Science, asked by risha2202guindy, 18 hours ago

Write a QBASIC program to find the area of a rectangle. Get the input from the user.

Answers

Answered by thesikhanayak
2

Explanation:

  • LINE 1: clear the screen
  • LINE 2and3:Take length and breath as input from the user.
  • LINE 4:calculate are using formula.
  • LINE 5:Display the of the rectangle
  • LINE6:End the program.

Attachments:
Similar questions