question archive Given a program that keeps track of automobiles in an automobile dealer's inventory
Subject:Computer SciencePrice: Bought3
inventory. For each of the following program variables, specify whether it should be a local variable, an instance variable or a static variable. averagePrice (the average price of all vehicles in the inventory) vin (vehicle identification number, which uniquely identifies a particular vehicle) j (an index variable used to loop through all vehicles) price (the price of a particular vehicle)