было в пределах от 0 до 3?
public int setNumber(){ while(!scanner.hasNextInt()){ scanner.next("Введите число!") } int num = scanner.nextInt() if(num > 0 && num <3) return num else{ Sout("Соблюдайте радиус") setNumber() } }
Обсуждают сегодня