+ 1
What does unclosed string leteral error mean (java) ?
8 ответов
+ 3
Samah Mamour To print the variable seq, just remove the last " from that line.
+ 1
Sounds like missing quotes or brackets. A piece of code would be helpful.
+ 1
Okay, or the other variant: too many quotes 😉 Remove these:
+ seq ");
Then there is a semicolon missing:
Boolean done = true;
And anything is going wrong with your brackets anywhere. But this tool doesn't show too much.
+ 1
String needs two "quotes" marks, but in your code is only "one
+ 1
Thank you a lot :)
+ 1
Sandra Meyer but if i remove + seq"); how can i print the variable called seq ?
+ 1
Avinesh i will try thank you a lot