Guest User

Untitled

a guest
Mar 24th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. for (int i = 0; i < cars.size(); i++){
  2. System.out.format("|%-8s |%-7s |%-8s |%-5d |%-9.2f |%-15.2f |%-10.2f | n", cars.get(i).getPlate(), cars.get(i).getMake(), cars.get(i).getModel(), cars.get(i).getYear(), cars.get(i).getTankStatus(), cars.get(i).getMaintenanceStatus(), cars.get(i).getTiresStatus());
  3. }
Add Comment
Please, Sign In to add comment