+ 1
I am facing difficulties in intilizing the values in code coach problems in java .How do i can overcome on this
3 Answers
+ 2
Share the question and your code with us so that someone can help.
+ 1
You don't need to initialize the variables.
Script input reading and the automatic testing will input the values for you.
0
When you say âscript input readingâ would that be something like String word = x.nextLine(); ?
I feel like whenever I do something like that I get the error saying Symbol Cannot Be Resolved... usually for the x.