Some body please help. java "try " code mining ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Some body please help. java "try " code mining ?

19th Jun 2017, 10:12 AM
Anuradha Ranasinghe
13 Answers
0
can you help me
19th Jun 2017, 10:19 AM
Anuradha Ranasinghe
+ 1
The Customer class models a customer is design as shown in the class diagram. Customer -ID:int -name:String -gender:char +Customer(ID: int,name: String,gender:char) +getID():int +getName():String +getGender( ):char +toString( ):String Write the codes for the Customer class and a test class to test all the public methods. Account -id:int -Customer: Customer -balance:double =0.0 + Account(id:int,customer: Customer,balance:double) + Account(id:int,customer: Customer) +getID():int +getCustomer( ): Customer +getBalance( ): double +setBalance(balance:double):void +toString( ):String +getCustomerName( ): String +deposit(amount: double): double +withdraw(amount: double): double The Account class models a bank account, design as shown in the class diagram, composes a Customer instance (written earlier) as its member. Write the codes for the Account class and a test class to test all the public methods. (Hint: when considering withdrawal process, first need to check whether the bank balance is enough to withdraw the given amount. If not, display an error message; otherwise deduct the amount from the balance.)
19th Jun 2017, 11:49 AM
Anuradha Ranasinghe
0
What is code mining?
19th Jun 2017, 10:15 AM
Limitless
Limitless - avatar
0
I don't know, it depends on what code mining means
19th Jun 2017, 10:20 AM
Limitless
Limitless - avatar
0
but i don't know explained mn question
19th Jun 2017, 10:27 AM
Anuradha Ranasinghe
0
just type it all on here
19th Jun 2017, 11:28 AM
Limitless
Limitless - avatar
0
this is quotation.. please i want create are sources code. please
19th Jun 2017, 11:50 AM
Anuradha Ranasinghe
0
can you help
19th Jun 2017, 11:50 AM
Anuradha Ranasinghe
0
So you want a program that would have the same structure as these classes you sent me?
19th Jun 2017, 11:51 AM
Limitless
Limitless - avatar
0
yes
19th Jun 2017, 11:53 AM
Anuradha Ranasinghe
0
can you help me?
19th Jun 2017, 11:56 AM
Anuradha Ranasinghe
0
This place is actually for questions and not for tasks. But I'll see if I can help you. I just have so many tasks I need to finish on my own tho. I'll come back to you later
19th Jun 2017, 11:58 AM
Limitless
Limitless - avatar
- 1
can you please your email address.after send my question.
19th Jun 2017, 10:28 AM
Anuradha Ranasinghe