Get
length
Get
width
Get
unitCost
Set
cost
to
unitCost
* (
length
*
width
/ 9.0)
Set
total
to
cost
+
cost
* 0.06
Output
total
Stop