Getting Errors in sololearn that dont appear in IDE
Basically what the title says. I have a code I am working on that works perfectly inside eclipse, but even just copy-pasting the code into the code playground gives me a null pointer exception on the site. I look at where it says the exception originates from, and it can't possibly be from that area, because its in an if statement that checks the array size before moving on. I am just about ready to pull my hair out in frustration, and am wondering if anyone knows why this occurs and how to get around it? Edit: I am expanding on the interpreter contest. https://code.sololearn.com/c8j6op5L7e1a/?ref=app I am trying to get some basic user input into the language itself. I got SoloLearn style input working on eclipse, but it gives errors when I moved it onto sololearn itself. Not where I would expect them for sure. Try using the input function and see for yourself. Copy it into an ide and watch it work perfectly.