0
/ 80
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...
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 feedback will appear here when you check your answer.