Posts by devtann • 11 points
1 post
-
1
votes1
answer34
viewsA: For some reason, when I type in the answer, nothing happens, whoever can help me fix that code, I thank you
When we’re working with String, the best way to make comparisons is by using the .equals(elemento) and not the "==". The latter should only be used when we are using primitive types. For example;…