public class Tweedledum { public static void main(String[] args) { // Put your declarations for x and i here x += i; // Must be LEGAL x = x + i; // Must be ILLEGAL } }