1 / 1

PRG 410 Week 4 Individual Assignment Saving Account Program//tutorfortune.com

PRG 410 Week 4 Individual Assignment Saving Account Program//tutorfortune.com<br><br>Click on below link to buy<br>https://tutorfortune.com/products/prg-410-week-4-individual-assignment-saving-account-program<br><br>You are now working for a bank, and one of your first projects consists of developing an application to manage savings accounts.<br>Create a C program that does the following:<br>u2022tCreates a SavingsAccount class<br>u2022tUses a static data member, annualInterestRate, to store the annual interest rate for each of the savers<br>u2022tEnsures each member of the class contains a private data member, savingsBalance, indicating the amount the saver currently has on deposit<br>u2022tDevelops a member function, calculateMonthlyInterest, to calculate the monthly interest by multiplying the savingsBalance by annualInterestRatedivided by 12; this interest should then be added to savingsBalance<br>u2022tDevelops a static member function, modifyInterestRate, that sets the static annualInterestRate to a new value<br>u2022tInstantiates two different objects of class SavingsAccount, Firstsaver and Secondsaver, with balances of $1000.00 and $2000.00, respectively; set the annualInterestRate to 2 percent<br>u2022tCalculates the monthly interest and prints the new balances for each of the savers<br>u2022tSets the annualInterestRate to 3 percent, calculates the next month's interest, and prints the new balances for each of the savers<br>Include the proper header and make sure you properly comment your program. Also, make sure you use proper coding conventions.<br>Compress all your Microsoftu00ae Visual Studiou00ae source code files from the consoleapplication folder into a ZIP file.<br>Submit your assignment to the Assignment Files tab.<br><br>Click on below link to buy<br>https://tutorfortune.com/products/prg-410-week-4-individual-assignment-saving-account-program<br>

gitgit
Download Presentation

PRG 410 Week 4 Individual Assignment Saving Account Program//tutorfortune.com

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PRG 410 Week 4 Individual Assignment Saving Account Program//tutorfortune.com Click on below link to buy https://tutorfortune.com/products/prg-410-week-4-individual-assignment-saving-account-program You are now working for a bank, and one of your first projects consists of developing an application to manage savings accounts. Create a C++ program that does the following: Creates a SavingsAccount class Uses a static data member, annualInterestRate, to store the annual interest rate for each of the savers Ensures each member of the class contains a private data member, savingsBalance, indicating the amount the saver currently has on deposit Develops a member function, calculateMonthlyInterest, to calculate the monthly interest by multiplying the savingsBalance by annualInterestRatedivided by 12; this interest should then be added to savingsBalance Develops a static member function, modifyInterestRate, that sets the static annualInterestRate to a new value Instantiates two different objects of class SavingsAccount, Firstsaver and Secondsaver, with balances of $1000.00 and $2000.00, respectively; set the annualInterestRate to 2 percent Calculates the monthly interest and prints the new balances for each of the savers Sets the annualInterestRate to 3 percent, calculates the next month's interest, and prints the new balances for each of the savers         Include the proper header and make sure you properly comment your program. Also, make sure you use proper coding conventions. Compress all your Microsoft® Visual Studio® source code files from the consoleapplication folder into a ZIP file. Submit your assignment to the Assignment Files tab. Click on below link to buy https://tutorfortune.com/products/prg-410-week-4-individual-assignment-saving-account-program

More Related