Write a QBASIC program to find the area of a rectangle. Get the input from the user.
Answers
Answered by
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