implement project #1

Open
Fateme_Azizi wants to merge 10 commits from develop into master
Showing only changes of commit c21faaff29 - Show all commits
@@ -16,7 +16,6 @@ public class VehicleInspector {
public static void inspect(Vehicle v) {
v.basicInfo();
String type = v.getEnergyType();
if(v instanceof ElectricCar)
System.out.println("Check battery system");