Guest User

Untitled

a guest
Apr 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.32 KB | None | 0 0
  1. for ( int i = 0 ; i < CARTYPE.length; i ++ ) {
  2.                 if (inputMake.toString().equals(carMake[i])) {
  3.                     int carMakeIndex = i;
  4.                 }
  5.                 else {System.out.println("STFU");
  6.                
  7.                 }
  8.             }
  9.            
  10.             String[] carModel = new String[COLSIZE];
  11.             for ( int i = 0 ; i < CARTYPE.length; i ++ ) carModel[i] = CARTYPE[carMakeIndex][i];
Add Comment
Please, Sign In to add comment