Improve.java – CodeToGo Review

public static void main (String[] args) throws java.lang.Exception { Scanner kb = new Scanner(System.in); String you = kb.nextLine(); String betterImprovements = "yes"; System.out.println("Please continue improving the program?"); if (!(betterImprovements.equals(you))) { System.out.println("Please?"); } else { System.out.println("Thank you."); } } }
Review by Dr Deadbrain on CodeToGo.

All CodeToGo Reviews


Other Reviews