Computer Science, asked by suwalnistha1, 8 months ago

QBASIC Write a program to find the area of a rectangle.

Answers

Answered by Samruthan
0

Explanation:

Product,proctors of two numbers, adding, subtracting

Answered by FXTION
3

Answer:

REM PROGRAM TO DISPLAY PERIMETER OF RECTANGLE

CLS

INPUT “ENTER LENGTH”; L

INPUT “ENTER BREADTH”; B

P = 2 * (L + B)

PRINT “PERIMETER OF RECTANGLE ”; P

END

follow me

Similar questions