System.out.println("Example2c: ");
int A = 85;
int B = 65;
String out = "\tNot a valid input!";
if (x > A) out = "\tWell done!";
if (x > B) out =...