Hey guys.. i am currently doing my java assignment can i dont get how to do this question.
A) Using the for statement, write a Java program that reads 10 integer values from the user and prints the highest value entered.
B) Using a relevant conditional loop, write a Java program that determines and prints the number of times the character 'a' appears in a String object called name. State your assumption.
C) Write a Java program that prints the characters stored in a String object called str backwards.
It will be great if i could get help!