代写CS22 Video Game Inventory帮做Java程序

代写一个简易的游戏仓库,用于管理游戏。RequirementPlease submit the following java programs in a zipped folder on Canvas:Video Game Inventory:Video Game Class (20 pts) - VideoGame.javaVideo game Collection (30 pts)- GameCollection.javaVideo Game Driver (10 pts)- VGDriver.javaRemember to include the pledge as a comment in every single file that you submit, followed by your name and U number.“I pledge my Honor that I have not cheated, and will not cheat, on this assignment”[insert name here], [insert U-number here] Not including the pledge will result in a 50% deduction of points for every file that does not have it. And no, putting one pledge as a comment on Canvas does not count.Video Game InventoryOn canvas, you received an Array of Objects example that shows you how to manage a DVD collection. Modify that code so that it manages a Videogame collection instead.You will need to perform the following steps:Using the DVD class as a template:Create a class called VideoGame that has the following private members:Game title (String)Game publisher (String)Year the game was released (int)Platform the game is played on (String)Price of the game (double)Completed status (boolean)Modify the constructor so that it sets up a VideoGame objectModify the toString so that it displays the contents of the VideoGame objectModify the if statement so that if the status is true, add the string “Finished” to the data.Using the DVDCollection class as a template:Create a class called GameCollection that has the following private members:An array of VideoGame objectsAmount of games (int)total cost of games (double)Modify the constructor so that it creates a VideoGame array of size 100Keep the initial values of count and totalValues from the templateModify the addDVD method (call it addGame) so that it accepts the 6 corresponding parameters for a video game to set up a VideoGame objectModify the toString method to Display information for the VideoGame collectionModify the increaseSize method so that it doubles the size of the VideoGame array if neededUsing the Movie class is as template:Create a driver program called GameDriver, that tests your VideoGame Array objectUse the addGame method to add at least three games to the arrayCheck the contents of the arrayAdd at least one more game to the array using the addGame methodCheck the updated contents of the arrayA sample of the output is shown below:------------------------------------------- My Video Game Collection Number of Games: 3 Total cost: $60.97 Average cost: $20.32 Video Game List: $15.99 1997 Final Fantasy VII Square Enix PlayStation Finished! $19.99 2004 Ninja Gaiden Ubisoft Xbox $24.99 2005 Kingdom Hearts II Square Enix PlayStation 2 Finished! ------------------------------------------- My Video Game Collection Number of Games: 4 Total cost: $82.92 Average cost: $20.73 Video Game List: $15.99 1997 Final Fantasy VII Square Enix PlayStation Finished! $19.99 2004 Ninja Gaiden Ubisoft Xbox $24.99 2005 Kingdom Hearts II Square Enix PlayStation 2 Finished! $21.95 2013 Tomb Raider Square Enix PlayStation 3 Tips:Keep in mind that the length of the string of your name can affect the formatting of the output (as it does in the sample), but it’s ok if this happens.本团队核心人员组成主要包括BAT一线工程师,精通德英语!我们主要业务范围是代做编程大作业、课程设计等等。我们的方向领域:window编程 数值算法 AI人工智能 金融统计 计量分析 大数据 网络编程 WEB编程 通讯编程 游戏编程多媒体linux 外挂编程 程序API图像处理 嵌入式/单片机 数据库编程 控制台 进程与线程 网络安全 汇编语言 硬件编程 软件设计 工程标准规等。其中代写编程、代写程序、代写留学生程序作业语言或工具包括但不限于以下范围:C/C++/C#代写Java代写IT代写Python代写辅导编程作业Matlab代写Haskell代写Processing代写Linux环境搭建Rust代写Data Structure Assginment 数据结构代写MIPS代写Machine Learning 作业 代写Oracle/SQL/PostgreSQL/Pig 数据库代写/代做/辅导Web开发、网站开发、网站作业ASP.NET网站开发Finance Insurace Statistics统计、回归、迭代Prolog代写Computer Computational method代做因为专业,所以值得信赖。如有需要,请加QQ:99515681 或邮箱:[email protected] 微信:codehelp QQ:99515681 或邮箱:[email protected] 微信:codehelp

你可能感兴趣的:(代写CS22 Video Game Inventory帮做Java程序)