Correct answer: c
Program c correctly
deletes the observation in which the value of Finish is oak and the
value of Price is less than 200. It also creates TotalPrice by summing
the variable Price down observations, and then drops Price by using
the DROP= data set option in the DATA statement.