[Solved] ArrayList is not applicable for the arguments (double, double, int, String)
The problem is right there in the error The method add(int, Entity_BikeShopRepair) in the type ArrayList is not applicable for the arguments (double, double, int, String) The compiler is telling you that it is expecting you to give it an int and an Entity_BikeShopRepair and instead you’re giving it four parameters so it doesn’t know … Read more