A driver buys a new car.
The value of the car reduces each year by a percentage of its current value.
The percentage reduction is:
• in the first year, 40%
• in each following year, 20%
The driver writes a program to predict the value of the car in future years.
The program requirements are:
• enter the cost of the new car (to nearest $)
• calculate and output the value of the car at the end of each year
• the program will end when either the car is nine years old, or when the value is less than
$1000
(a) Study the incomplete pseudocode which follows in part (b) and fill in the identifier table.

