which represents the cost to the dealership for each car. Finally, lowestSalePrice is a dollar amount which represents the lowest acceptable sale price of each vehicle. An example of the parallel array: String make = { “Honda”, “Toyota”, “Nissan”, “Ford”} String model = { “Accord”, “Camry”, “Versa”, “Aerostar”} Short year = { 2010, 1999, 2004, 1967} Float MSRP = { 24999.99, 26469.99, 17469.99, 19999.99} Float cost = { 15000.00, 17000.00, 12000.00, 10000.00} Float lowestSalePrice = { 20999.99…
Words 405 - Pages 2