Guest User

Untitled

a guest
Jan 21st, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if(timeCasenot > 1 || timeCasenot == 0){
  2. System.out.println(search + " appears " + (timeCasenot - timeExactly) + " times when case does not match");
  3. }
  4. else{
  5. System.out.println(search + " appears " + (timeCasenot - timeExactly) + " time when case does not match");
  6. }
Add Comment
Please, Sign In to add comment