when the user inputs a larger value in myCaseIndex than 26
Use an if statement to test the value of the user's input before using that input as an index.
If the value is too big, print a message and get the user's input again. This will need to be in a loop that will continue looping until the user gives a good input.
. Is it possible to make the start of the index of Array as '1' not '0'?
No, array indexes always start at 0
program allows the user to remove case in just 25 times, if you repeat the number lets say you inputed 21, then you inputed 21 again, then 21 again, it is already counted as three times.
Can you show what you mean by executing the program.
Please execute your program to show what the problem is and copy the console output here.
Add comments to the output describing what is wrong with the programs output.
To copy the contents of the command prompt window:
Click on Icon in upper left corner
Select Edit
Select 'Select All' - The selection will show
Click in upper left again
Select Edit and click 'Copy'
Paste here.