Computer Science, asked by dharitrisamal0, 11 months ago

Write a qbasic program to find the area of rectangle.

Answers

Answered by shankerjyothi89
0

Answer:

PROGRAM TO DISPLAY SUM, PRODUCT, DIFFERENCE AND PRODUCT OF TWO / THREE NUMBERS. Enter any two numbers and display its sum. USING SUB PROCEDURE DECLARE SUB SUM (A, B) CLS INPUT “ENTER FIRST NUMBER”; A INPUT “ENTER SECOND NUMBER”; B CALL SUM(A, B) END.

Similar questions