+ 1
How to accept the array values by the user or by input from user in JAVA ?
which statement should i use in JAVA
2 Answers
+ 2
https://code.sololearn.com/c9H7tJ6TR0e9/?ref=app
here is some code which you can use.
for getting multiple inputs, you may use the Scanner method again and again.
+ 2
thanks!