VEHICLE PROJECT

PLEASE NOTE: The APP program was NOT supposed to be editted.
If you wanted to add at the end, that is one thing, but some of you have literally changed the search strings and other input values.

To grade your assignments, I have copied the same data file into your directories and pointed your constructor to pull the information from it.

This is just an FYI that from now, please do not edit any APPs that I give you.
I won't take points off this time as I did not stress this, but keep it in mind.

-Mr. M

 


Grading Scheme


Method Points
• public int numberOfTrucks() 5
• public int numberOfConvertibles() 5
• public double averagePrice() 5
• public double findLeastExpensive() 5
• public double findBestEfficiency() 5
• public Vehicle[ ] allOfMake (String make) 8
• public Vehicle[] findCheaperThan(double price) 8
• public static Vehicle[ ] sortByEfficiency () 8
• public Vehicle withEfficiency(double efficiency) 5
• public static Vehicle[ ] findMakeModel(String make, String model) 8
• public static Vehicle[ ] sortByPrice()// use the insertion sort 8

70 for methods
5 for general style/doc

75 total points

-------
I will give you your grade when you complete the winter break packet. So some of you will find out the day we get back. I hope all of you do. ;)