I Haz Codes

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Menu
Area of a rectangle

In order to work out the area of a rectangle you need to multiply the width by the height.

Write a program which will

– Ask for the width and store it into a variable.
– Ask for the height and store it into a variable.
– calculate the area and store it into a variable.
– display the area on the screen.



Comments are closed.

Information