+ 1
why it is not executing?? tell me the errors
3 Answers
+ 5
https://code.sololearn.com/cfpdUv63qp1Z/?ref=app
+ 4
First, add
import java.util.Scanner;
There is an error in 16 line.
You are using s then change S because your variable is lowercase.
+ 2
Revise:
https://www.sololearn.com/learn/Java/2220/
Line 16 S=>s
import java.util.Scanner;
and then try and think