subject

Create an account class. an account object has these properties: int acctnumber: the account number string name: the account holder’s name double balance: the current balance in the account implement these methods: public account(int acct_number, string name, double balance) the constructor public string tostring() returns a string giving the account id, name, and balance, separated by colons. do not use format() on the balance; you want to keep the number as accurate as possible. public void deposit(double amount) adds the given amount to the current balance. if the amount is negative, the balance must not be changed; otherwise, the balance property is updated to reflect the deposit. public void withdraw(double amount) withdraws the given amount from the current balance. if the amount is negative or greater than the current balance, the balance must not be changed; otherwise, the balance is updated to reflect the withdrawal.

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 16:30, jngonzo1226
Which of the following statements best describes it careers?
Answers: 2
image
Computers and Technology, 22.06.2019 22:00, lgary9462
Perform the following tasks: a. create a class named testclass that holds a single private integer field and a public constructor. the only statement in the constructor is one that displays the message “constructing”. write a main()function that instantiates one object of the testclass. save the file as testclass. cpp in the chapter 08 folder. run the program and observe the results. b. write another main()function that instantiates an array of 10 testclass objects. save the file as test class array. c . run this program and observe the results.
Answers: 1
image
Computers and Technology, 23.06.2019 04:31, caseypearson377
Acloud service provider uses the internet to deliver a computing environment for developing, running, and managing software applications. which cloud service model does the provider offer? a. iaas b. caas c. maas d. paas e. saas
Answers: 1
image
Computers and Technology, 23.06.2019 23:30, econsta3
Perform an online search about the booting process of a computer and list all the steps
Answers: 2
You know the right answer?
Create an account class. an account object has these properties: int acctnumber: the account numbe...

Questions in other subjects:

Konu
History, 21.04.2020 07:20