0
Please find error!!
Please Help Me friends... Info : I want user to input two different values, one for age and other for money... Question : What is the error ? I am a noobie here š EDIT : PROBLEM SOLVED šššš https://code.sololearn.com/cG80RkcfQs1c/?ref=app
3 Answers
+ 5
Use only one Scanner
Apply nextInt() on the same Scanner
https://code.sololearn.com/c93sXbMqybhn/?ref=app
Also the function name is camelBack, the i is capital letter.
and a typo at import, util, which stands for utility.
+ 1
Also nextInt() with a capital I
+ 1
Gordon thanks š