Question: Write a program that asks the user for a String. The program reads in the String and displays the following statistics: Number of upper case
Write a program that asks the user for a String. The program reads in the String and displays the following statistics:
Number of upper case letters
Number of digits
Number of white spaces
The location/index of all occurrences of the letter e
Using only one loop
Code in Java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
