0
Can anyone explain this error??
Incompatible type: java. Long. String cannot be converted to char..... This error occurred when i use char in coding in blueJ
7 Answers
+ 10
You can paste your code in code playground and attach the link here. In case you face difficulty, just paste your code as a comment. Without seeing the code, it's difficult to give solution.
+ 2
Uploading the code might help even moreš
+ 1
as the error message says, you had a string and tried to convert it to char
0
how can i show you here??