Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

LEARNING OUTCOMES Upon successful completion of this workshop, you will have demonstrated the abilities: to declare variables of integral and floating point types to code

image text in transcribed
LEARNING OUTCOMES Upon successful completion of this workshop, you will have demonstrated the abilities: to declare variables of integral and floating point types to code a simple calculation using C operators and expressions to accept a numerical value from the user using scanf to cast a value from one data type to another IN-LAB: (30%) . INSTRUCTIONS Loan calculation Write a program that calculates the remaining balance on a loan after the first second and third monthly payments. You should call your program loan.c. Execution and Output Example: Enter amount of loan: 20000.00 Enter interest rate: 6.0 Enter monthly payment: 386.66 Balance remaining after first payment: 19713.34 Balance remaining after second payment: 19425.25 Balance remaining after third payment: 19135.71 Display each balance with two digits after the decimal point. Hint. Each month, the balance is decreased by the amount of the payment, but increased by the balance times the monthly interest rate. To find the monthly interest rate, convert the annual interest rate entered by the user to a ratio (divide by 100) and then divide it by 12

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

Oracle Databases On The Web Learn To Create Web Pages That Interface With Database Engines

Authors: Robert Papaj, Donald Burleson

11th Edition

1576100995, 978-1576100998

More Books

Students also viewed these Databases questions

Question

What is included in the Checkpoint state legislation database?

Answered: 1 week ago

Question

6. What questions would you suggest should be included?

Answered: 1 week ago