subject

Write a program to calculate the credit card balance after one year if a person only pays the minimum monthly payment required by the credit card company each month. the following variables contain values as described below: balance - the outstanding balance on the credit card annualinterestrate - annual interest rate as a decimal monthlypaymentrate - minimum monthly payment rate as a decimal for each month, calculate statements on the monthly payment and remaining balance. at the end of 12 months, print out the remaining balance. be sure to print out no more than two decimal digits of accuracy - so print remaining balance: 813.41 instead of remaining balance: 813.4141998135 so your program only prints out one thing: the remaining balance at the end of the year in the format: remaining balance: 4784.0 a summary of the required math is found below: monthly interest rate= (annual interest rate) / 12.0 minimum monthly payment = (minimum monthly payment rate) x (previous balance) monthly unpaid balance = (previous balance) - (minimum monthly payment) updated balance each month = (monthly unpaid balance) + (monthly interest rate x monthly unpaid balance)

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:50
Match the personality traits with their description
Answers: 1
question
Computers and Technology, 22.06.2019 19:20
How might the success of your campaign be affected if you haven’t carefully completed all field data or if you accidentally insert the wrong merge field in the document?
Answers: 2
question
Computers and Technology, 22.06.2019 23:30
In my email i got a message it says a quick message and in message details on who its from its says nicole and under nicole is [email protected] -
Answers: 1
question
Computers and Technology, 24.06.2019 00:30
Use the keyword strategy to remember the meaning of the following word. the meaning for the word has been provided. write your keyword and describe the picture you would create in your mind. obfuscate: to make something so confusing that it is difficult to understand.
Answers: 2
You know the right answer?
Write a program to calculate the credit card balance after one year if a person only pays the minimu...
Questions
Questions on the website: 13722363