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

  1. Ask the user how many pizza toppings do they want?
  2. In a loop, read all the pizza toppings from the keyboard and store them in a String array called toppings
  3. 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..)
  4. Loop through the array again and find the pizza toppings with the longest name, and print it out to the screen.
  5. 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!