Question: Java program that does the following: - scans a text file containing a list of 25 movies - put the contents of the file into
Java program that does the following:
- scans a text file containing a list of 25 movies
- put the contents of the file into an array of strings
- randomly select an item in the array and print it to the console (use Math.random() to choose a number between 1-25)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
