Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design a program that calculates how many months you will have to make payments on a car loan. The program should work like this: Inputs:

Design a program that calculates how many months you will have to make payments on a car loan. The program should work like this:
Inputs: starting balance of the loan, annual percentage rate (APR), monthly payment amount
Each month: add interest (balance * APR/100/12) then subtract monthly payment to get new balance
Output: how many months it takes for balance to be less than or equal to zero
Design and upload a flow chart showing the working of your program. MS Office software has flowcharting shapes, but you can find much better flowchart drawing software on the internet (often free or with free trials)
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Graph Databases In Action

Authors: Dave Bechberger, Josh Perryman

1st Edition

1617296376, 978-1617296376

More Books

Students also viewed these Databases questions