-2
「編寫一個程序,從標準輸入讀取integers
序列」。不清楚建議輸入
他們的意思是從command line prompt
或從用戶那裏讀取輸入嗎? Integer.parseInt
or input.nextInt
(使用scanner
)?
「編寫一個程序,從標準輸入讀取integers
序列」。不清楚建議輸入
他們的意思是從command line prompt
或從用戶那裏讀取輸入嗎? Integer.parseInt
or input.nextInt
(使用scanner
)?
我相信標準輸入可以從命令行提示輸入。
不,他們可能是指[*標準輸入*](https://en.wikipedia.org/wiki/Standard_streams)當他們這麼說 –
謝謝Mathias。 –