0

我正在使用 while (!stdin.hasNextInt()) 检查输入的值是一个数字。

while (!stdin.hasNextInt())
        {
            stdin.nextLine();
            System.out.println("It must be a numeric value, re-enter: ");
        }
        side_1 =stdin.nextInt();

现在我还必须检查它的数字是否> 0。无论如何我可以在相同的条件下得到它吗?

谢谢!

4

0 回答 0