Qbasic to find area of rectangle
CLS
Qbasic to find area of rectangle
CLS
INPUT "Enter the length"; L
INPUT "Enter the breadth"; B
A = L*B
PRINT "Area of rectangle="; A
END
INPUT "Enter the breadth"; B
A = L*B
PRINT "Area of rectangle="; A
END
No comments:
Post a Comment