Homework Assignment 2Late homework assignments will not be accepted, unless you have a valid written excuse (medical, etc.). You must dothis assignment alone. No team work or talking with your friends will be accepted. No copying from the Internet.Cheating means zero.Create a new Eclipse workspace named Assignment2_1234567890 on the desktop of your computer (replace1234567890 with your student ID number). For each question below, create a new project in that workspace. Calleach project by its question number: Question1, Question2, etc. Answer all the questions below. At the end ofthe assignment, create a ZIP archive of the whole workspace folder. The resulting ZIP file must be calledAssignment2_1234567890.zip (replace 1234567890 with your student ID number). Upload the ZIP file oniSpace.Question 1Create four classes with the following UML diagrams:+-----------------------------+| BankAccount |+-----------------------------+| - money: int |+-----------------------------+| + BankAccount(int money) || + getMoney(): int || + setMoney(int money): void || + testBankAccount(): void |+-----------------------------++------------------------------------------------+| MobilePhone |+------------------------------------------------+| - number: int || - account: BankAccount |+------------------------------------------------+| + MobilePhone(int number, BankAccount account) || + getNumber(): int || + payMoney(int amount): boolean || + testMobilePhone(): void |+------------------------------------------------+A mobile phone has a phone number and is connected to a bank account. The owner of the mobile phone can use themobile phone to pay money: if amount is not negative and if the bank account connected to the mobile phone hasenough money in it then the money in the bank account is decreased by amount and the payMoney method mustreturn true, otherwise nothing changes for the bank account and the method must return false.+-----------------------------+| Chocolate |+-----------------------------+| - weight: double |+-----------------------------+| + Chocolate(double weight) || + getWeight(): double || + buy(int money): void || + eat(double amount): void || + testChocolate(): void |+-----------------------------+If the constructor of the Chocolate class is given a negative weight as argument then the weight must be changed to0.0 Kg.When buying chocolate, th代写UML diagrams、代做Python,c/c++编e weight of chocolate increases, with the price of chocolate being RMB 100 per 1.5 Kg. It isnot possible to buy a negative amount of chocolate, so in that case the buy method must print a message Cannotbuy negative amount of chocolate and nothing else happens.It is not possible to eat more chocolate than there is chocolate, so in that case the eat method must print a messageCannot eat nonexistent chocolate, only XXX Kg available (where XXX is replaced with thecurrent weight of chocolate) and nothing else happens.+-----------------------------------+| Student |+-----------------------------------+| - name: String || - phone: MobilePhone || - chocolate: Chocolate |+-----------------------------------+| + Student(String name, int money) || + getName(): String || + getChocolateWeight(): double || + hungry(int money): void || + testStudent(): void |+-----------------------------------+When a student is created, the student has 0.0 Kg of chocolate and a mobile phone which is connected to a bankaccount with money in it. Use your student ID number as the phone number for the mobile phone.When the student is hungry, the student first tries to use the mobile phone to pay the money amount. If the payment issuccessful then the student buys the chocolate corresponding to the same money amount of the payment and then thestudent eats half of the weight of chocolate that has just been bought (not half of the total weight of chocolate). If thepayment is not successful then the hungry method must print a message Student is still hungry! andnothing else happens.Each class has a static test method that contains tests for all the constructors and all the methods of the class. For eachclass, test the simple methods first and the more complicated methods next. For each constructor and each method,make sure that you test every possible case.Add to your software a Start class with a main method that calls the test method of each of the four classes, to testeverything in your software.Here are a few extra instructions: Give meaningful names to your variables so we can easily know what each variable is used for in your program. Put comments in your code (in English!) to explain WHAT your code is doing and also to explain HOW yourprogram is doing it. Make sure all your code is properly indented (formatted). Your code should be beautiful to read.Failure to follow these instructions will result in you losing points.转自:http://www.3daixie.com/contents/11/3444.html
讲解:UML diagrams、Python,c/c++、JavaHaskell|C/C++
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- The Inner Game of Tennis W Timothy Gallwey Jonathan Cape ...