1.1 ask
user to enter length of garden 1.2 read in the length 1.3 ask user to enter width of garden 1.4 read in the width 2.1 total length of fencing is 2 x length + 2 x width 3.1 print the length |
2. Code the Program The program needs to use three numbers - the length and width of the garden and the total length of fencing. What type of numbers should they be - whole numbers or decimal numbers?
|
identifier | type |
length | |
width | |
total |