Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. if(i == kozunaci){
  2. if (kozunakRate.equals("Close")) {
  3. if(rate > winnerRate){
  4. winnerRate = rate;
  5. System.out.println(chef + rate);
  6. System.out.println(chef + "is the winner!");
  7. break;
  8. }else{
  9. System.out.println(chef + rate);
  10. System.out.println(winnerChef+ "is the winner!");
  11. break;
  12. }
  13.  
  14. }
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement