Monday, October 21, 2019

QBasic Programming:


To Find Area of Rectangle

CLS
INPUT "Enter length"; l
INPUT "Enter breadth"; b
A = l * b
PRINT "Area of rectangle="; A
END

No comments:

Post a Comment

CLOUD COMPUTING: A CONTEMPORARY TECHNOLOGY

Today's world is highly dependent or reliant on computers and the internet than ever before. With the passage of time contemporary techn...