This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Hey, you. following codes are not correct nor complete. | |
// If you find this on github. Don't copy code. You will lose points. | |
You are creating a text-based dvd-rental store. Each dvd will contain information for | |
the DVD title (String), genre (comedy, drama, documentary, horror, romance, musical), | |
original rental price (double), sale price (double), onSale (boolean), | |
numberOfTimesRented(integer) and isCurrentlyRented (boolean). While the dvd rental | |
store program is running, the interface should look like this: | |
Welcome to the DVD Store! Select an option below: | |
1) add an DVD |