Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q2. The simple interest on a loan is calculated by the formula interest principal rate * days365 The preceding formula assumes that rate is the

image text in transcribed

Q2. The simple interest on a loan is calculated by the formula interest principal rate * days365 The preceding formula assumes that rate is the annual interest rate, and therefore includes the division by 365 (days). Develop a program that will input principal, rate and days for several loans, and will calculate and display the simple interest for each loan, using the preceding formula Keep a sentinel value to terminate taking input. Here is a saraple input/output dialog Enter loan principa: 1000.00 Enter interest rate: 1 Enter term of the loan in days 365 The interest charge is $100.00

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

Put Your Data To Work 52 Tips And Techniques For Effectively Managing Your Database

Authors: Wes Trochlil

1st Edition

0880343079, 978-0880343077

More Books

Students also viewed these Databases questions

Question

How do Dimensional Database Models differ from Relational Models?

Answered: 1 week ago

Question

What type of processing do Relational Databases support?

Answered: 1 week ago

Question

Describe several aggregation operators.

Answered: 1 week ago