0
Why is the condition not met?
https://code.sololearn.com/cI4X8DNZ5ARB/?ref=app INPUT "cat" and see error.
2 odpowiedzi
+ 2
== compare references, not values:
https://www.javatpoint.com/string-comparison-in-java
+ 2
Thanks you very much.how many subtleties in java!