0
Why am i getting an error that says "Symbol not found" when I run this code?
11 Answers
+ 4
You have not used a Scanner class to take user input.
https://www.sololearn.com/learn/Java/2220/
+ 2
https://code.sololearn.com/cp68nHm4zFEB/?ref=app
Vasiliy I tried it this time and I think it worked. I guess I had to be more careful
+ 1
bug:
int y = scanner.nextInt();
debug:
int y = new Scanner(System.in).nextInt();
+ 1
If you want to contact someone, you need to write a name through the symbol "@", Dlamini Sinengcebo
+ 1
You can of course, but then you will not understand and do not remember how to apply "Scanner"
+ 1
đđđđ
I'm happy for you, and now try to change the syntax of writing your code to consolidate the topic
+ 1
Reduce your code with minimal use of variables
0
Thabk you. Helped me a lot!
0
Thanks Vasiliy
0
Vasiliy Does that include the way i name my data types ,classes etc?