OBASiC program Dashain and TIhar Homework


WAP to find the area of rectangle. 


CLS
INPUT  " Enter length" ; L
INPUT  " Enter breadth " ; B
A =  L * B
PRINT " Area of rectangle = " ; A
END


Comments

Popular posts from this blog