Question: Write a Java program that given the variable string str=I love Java!, print out the position (i.e. index) of the character 'a' in str and
Write a Java program that given the variable string str="I love Java!", print out the position (i.e. index) of the character 'a' in str and how many times is the character 'a' printed? Why?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
