Alright, so here is my code:
import java.util.Scanner; public class CarRental { public static String model; public static int letternum; public st
You want to take the second part of the string (with the three numbers) and add it to your total. You can take that value with:
Integer.parseInt(plate.split(" ")[1])