Advertisement
Guest User

BUTWHY

a guest
Sep 16th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. System.out.println("City building is located in?");
  2.         locationCity = scnr.nextLine();
  3.         System.out.println("Two-letter state building is located in?");
  4.         locationState = scnr.next();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement