In order to get input from user, we will ask user how many number of inputs the user is going to enter. But now my requirement is to allow the user to enter any number of inputs. How can I Perform it???
One of the way is using while loop.But the problem with while loop is storing the null value. How to initialise the array?
One of the way is using while loop.But the problem with while loop is storing the null value. How to initialise the array?
Comment