1Return method is for to be able to
2continue to work what method retrieves.
3For example if it returns a String.
4This means that you can use the returned
5value in your code for
6further processing.I guess good examples
7of such methods are "getters".