Question
Exercise 2. Write a program that first asks a user to enter two words and a letter. Then print the first word in uppercase letters
Exercise 2. Write a program that first asks a user to enter two words and a letter. Then print the first word in uppercase letters and the second word in lowercase letters. Print out the number of letters in both words, how many times the inputted letter occurs in both words, and which positions in each word the letter occurs (assuming zero-indexed Strings). After this, print whether the words are the same or not, and finally print out both words backwards. You can use either a while loop or for loop if needed for this exercise.
I Finished the first half part, but here for the position part, i have no idea about it
o occurs in positions 3, 4 in School
o occurs in position 1 in House
School and House are not the same words.
loohcS esuoH
please use java but not like printf(%d%s....
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started