Question: a java program Write a program that prompts for and reads in a string. Your program should call a recursive method stringLength, passing it the
a java program
Write a program that prompts for and reads in a string. Your program should call a recursive method stringLength, passing it the string. stringLength should return the length of the string. Implement stringLength using recursion. Do not use the length method in the string object. Test your program with the strings "" (the null string), "A", and "ABCDEF".
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
