Question: ----Java---- Write a separate java file --ex.VideoGameRunner-- Create a menu that provides the user with the following option(s) - Collect games by genre --> Retrieve

----Java----

Write a separate java file --ex.VideoGameRunner-- Create a menu that provides the user with the following option(s) - Collect games by genre --> Retrieve the user's desired genre and retrieve all videogames based on that genre. Then, write them and their information into a file (ex. HorrorGames.txt) and tell the user that the collection was successful/not successful (e.g. "239 games were collected!") - Collect games by platform --> Retrieve the user's desired platform and retrieve all videogames based on that platform. Then write them and their information into a file (ex. WIIGames.txt) and tell the user that the collection was successful/not successful (e.g. "213 games were collected!") - Collect games by Publishers --> Retrieve the user's desired publisher and retrieve all videogames based on that publisher. Then write them and their information into a file (ex. Activision.txt) and tell the user that the collection was successful/not successful (e.g. "429 games were collected!") - Collect games based on total revenue made --> Retrieve games based on the revenue given by the user. For example, if the user desires game who's revenue was below 3.45 (in millions). Save the games and their information into a text file and tell the user that the collection was successful/not successful (e.g. "1203 games were collected!").

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!