0
Why i don't have output ? I do systÚme.out.println in thé main. Thanks you.
Display String. https://code.sololearn.com/cQ4e0CXniTUn/?ref=app
2 Answers
+ 1
in java you can not compare strings with == you have to use .equals like this
if (mystring1.equals(mystring2) )