Question: In Java pls String Let's do one more exercise and for a refresher on Strings. Create the project and a class file that calculates the

In Java pls
String Let's do one more exercise and for a refresher on Strings. Create the project and a class file that calculates the middle letter of the string. You will ask a user to input a string and your code will print the middle letter of string. (if the length is even, either you can return the right or left string, for example: if the input is "Candle" you can either return " n " or "d". Both of them is acceptable)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
