Why multiple nextInt() works?

前端 未结 0 1153
无人及你
无人及你 2020-12-29 04:21

In the following code

int i1,i2;
i1 = input.nextInt();
i2 = input.nextInt();
String s1;
input.nextLine(); // Line-1
s1 = input.nextLine();

Lo

相关标签:
回答
  • 消灭零回复
提交回复
热议问题