Page 1 of 1

You would like to give away an awesome prize to one lucky person in the class that is selected randomly. 1. Write a prog

Posted: Sat May 14, 2022 6:41 pm
by answerhappygod
You Would Like To Give Away An Awesome Prize To One Lucky Person In The Class That Is Selected Randomly 1 Write A Prog 1
You Would Like To Give Away An Awesome Prize To One Lucky Person In The Class That Is Selected Randomly 1 Write A Prog 1 (32.19 KiB) Viewed 47 times
You would like to give away an awesome prize to one lucky person in the class that is selected randomly. 1. Write a program that lets the user type in names. Each name that is entered should be stored in an ArrayList of type String. When the word "quit" is entered then the program should stop inputting names. 2. Print a list of all contestants using a "for each" loop to display the contents of your ArrayList 3. Then your program should generate a random number that could be any entry in the ArrayList and print out the name of the lucky winner.