can someone take a look at the api for the String class and tell me what methods are good for doing a do- while loop to make sure the user put in more than nothing for the program to continue.
wow that makes no sense lol but i hope you understand the "data entry check" for the program to go on.do { System.out.println("Enter a card and its suit like this: 4S"); card = in.nextString(); } while (in.equals > null)