0
Important
https://code.sololearn.com/c7SjK8810zKZ/?ref=app Could you tell me what is the wrong in my code please 🙏🏻😞😞😞??
1 Answer
+ 2
https://code.sololearn.com/c3Yiv7zFMk3q/?ref=app
* You forgot some {
* import java.util.Scanner;
* StackOfString stack = new StackOfString();
While() --> read from Scanner: works on your pc using your ide but it don't work on sololearn.
Using Scanner on SL means that you have to input all at the beginning of your program.