CLS
INPUT " Enter length";l
INPUT " Enter breadth";b
NPUT " Enter height";h
A = 2* h * (l+ b)
PRINT " Area of 4 walls"; A
END
INPUT " Enter length";l
INPUT " Enter breadth";b
NPUT " Enter height";h
A = 2* h * (l+ b)
PRINT " Area of 4 walls"; A
END
Comments
Post a Comment