How to take multiple input if we dont know how many input to be taken.
How to take multiple input
use infinte loop…and ask user that you want to continue?
if ans is no…terminte the loop.
while(true){
//take the input as it will run infinetly and if u want to stop just add a terminating statement
like if(x==this)break
}
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.