0
how to count the numbers entered by the user?
count the number entered by the user using a while loop only in java https://code.sololearn.com/ctonWT5qSJ8y/?ref=app
3 Réponses
+ 1
I don't understand what do you mean by saying that how to count the numbers entered by the user.
Do you mean that we have to display the number entered by the user or to display the number of numbers entered by the user??
please elaborate what do you want.
+ 1
Giovan Seso
https://code.sololearn.com/cxowLM7tX5Hz/?ref=app
I've written a code for you.
Check this out.
0
Coder##*** you have to count on how many numbers the user entered.
example:
input: 2, 213, 4
output: the numbers entered: 3