0
Can someone tell me how to fix illegal start of type in java
I need help to debug my code https://code.sololearn.com/cxPgNK0XqQsK/?ref=app
3 ответов
+ 3
delete { } after Scanner
where } is at the end of the code
+ 3
String s = Integer.toBinaryString(n);
// Keep learning & happy coding :D
0
can you post your code please