60,140 views
0 votes
0 votes
How do you write a program to show the area of a rectangle

User Johntellsall
by
2.3k points

1 Answer

11 votes
11 votes

Answer:

cls

input "length";l

input "width";w

a=l*w

print"area of rectangle";a

end

User Aaron Chambers
by
3.0k points