public void stuff(int input) { if (input >= -40 && <=75) { other=input; } else { System.out.println("not valid.");
Leave a comment: