0
Why doesnt it work when using the sl-app? Only when using the Website. ..
Machine learning https://code.sololearn.com/czQLF1kpuNdh/?ref=app
3 Respostas
+ 2
Line 31:
Scanner scan = new Scanner(System.in);
In your code:
Scanner scan = new Scanner( System.in
);
--> remove the white spaces in the brackets
+ 2
Thanks a lot. Thats it...
+ 1
Daniel Your welcome :)