filmov
tv
Java 35: A while loop to get user entry until a matching string is found - method returns a boolean.

Показать описание
In this video, we create a method that checks if a string is contained in another string and returns true or false accordingly. We also use a while loop to get user entry until a matching string is found.