Write a complete program using two arrays upper and lower


*Note* This is a beginner introduction course to Java & a this is a java Program*

Write a complete program using two arrays, upper and lower to keep the upper and lower alphabet respectively.

Ask the user to enter string example: This is a hard test! bye.

Your program should parse the string and keep track of number of alphabet. Both arrays are indexed from 0 to 25. The logical way to do this is to use upper[0] to

Count the number of ‘A', and upper[1] to count number of ‘B' and so on. Likewise

for the lower array.

Output should look like:

A: 0 a:2

B: 0 b:1

....

Please do not use any advanced programing! This is an intro course.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write a complete program using two arrays upper and lower
Reference No:- TGS02877071

Expected delivery within 24 Hours