Question: Write a Java program that does the following Ask the user how many pizza toppings do they want? In a loop, read all the pizza
Write a Java program that does the following
- Ask the user how many pizza toppings do they want?
- In a loop, read all the pizza toppings from the keyboard and store them in a String array called toppings
- Loop through the array, and capitalize all the letters of the pizza topping in the array with an even index number (i.e. 0, 2, 4, etc..)
- Loop through the array again and find the pizza toppings with the longest name, and print it out to the screen.
- Then Print out the entire array to the screen by using the enhanced for loop
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
