Question: 1. Write a method that simulates rolling two dice and returns the value ( 2 to 12 ) 2. Write a program that first reads

1. Write a method that simulates rolling two dice and returns the value ( 2 to 12 ) 2. Write a program that first reads in the number of words the user will type in. Allow the user to type in those words and display the word with the most vowels in it. Make life easy on yourself and use the count vowel method from this weeks video. Debugger Console MethodLab (run) Mun: How many words 2 HelI hawaii Most vowels: hawai hawaii has 4 vowels BUILD SUCCESSFUL (total time: 6 seconds) 1 MethodLab (run) run: How many words 3 zxcdkmnpqsfssfst aeiuoAEIOU testing Most vowels: aeiuoAEIOU aeiuOAEIOU has 10 vowels BUILD SUCCESSFUL (total time: 35 seconds)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
