X436: Review - Contains A

Write a function in Java that uses recursion (no loops) to check if the String str has any char a. Return true if it does and false if it doesn't.

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.