Advertisement
akosiraff

Download DVDProject

Mar 21st, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/dvdproject/
  3. Define a class DVD which has fields: String โ€“Title and Genre, Int Year and Number_in_Store, Float price. Make the class Serializable. Use a binary file for saving. Write an application that could be used in a store that sells movies. Use an array to store the Videos in. Allow a user to
  4. 1. Enter new videos into the array,
  5. 2. Sell a Video to a customer by looking the video up by title and displaying the price, if the customer decides to buy deducts 1 from the number on hand,
  6. 3. Add copies of an existing video to the store,
  7. 5. Change the price of a video,
  8. 6. List all videos in the store and number in Store,
  9. 7. Quit. When the user quits the videos are written to a binary file.
  10. When the program starts up it prompts the user for a file name and reads the videos from the file. If no file exist it starts with no inventory.
  11. Download: http://solutionzip.com/downloads/dvdproject/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement