+ 1
Is it possible take a number of inputs from the user, without mentioning the number of inputs prior to it ??
Java: no of inputs to be entered from user without any prior declaration of number of inputs to be taken..
3 ответов
+ 4
Something like this...
https://code.sololearn.com/c082rXqSAo55/?ref=app
+ 2
while loop, and check when there is no input.
https://code.sololearn.com/cT81saJV5W9V/?ref=app
1. ArrayList
1.1 import
1.2 add method
2. equals method
3. try catch
4. while loop.
+ 2
Hey! That's pretty nice man, Thanks @voja