0
Can someone tell me what is wrong with my code? I don't get the "can't find the symbol" error.
2 Respuestas
+ 6
Scanner must be imported at first. Also, there won't be dot between Scanner in.
Fixed: https://code.sololearn.com/ctPa3G3MPSnP/?ref=app
+ 1
thanks for your answer!