【发布时间】:2021-09-18 08:10:03
【问题描述】:
这是我的代码:
System.out.print("Enter the number of ROWS and COLUMNS of the array : ");
Scanner sc = new Scanner(System.in);
int numRows = sc.nextInt();
int numColumns = sc.nextInt();
【问题讨论】:
标签: java validation input integer