Hello,

I'm trying to make a simple calculator with Java and everything compiles well but when I try to run it, I get an error on the line
String expression = keyboard.nextLine();
saying...