Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an IPO chart to define the problem and then refine your processing area into an algorithm (Pseudocode or Flowchart) that solves the problem. Be

image text in transcribed
Create an IPO chart to define the problem and then refine your processing area into an algorithm (Pseudocode or Flowchart) that solves the problem. Be sure to identify any assumptions you make in creating the solution. 1) Input the balance owing and number of days outstanding on a debt. Calculate the amount of interest and the new total balance owing based on the following rules: a. If the days outstanding is 90 or more, the interest is 15% b. If the days outstanding is between 60 and 89 (inclusive), the interest is 10% c. If the days outstanding is between 20 and 59 (inclusive), the interest is 5% d. If the days outstanding is less than 20 , the interest is 0% e. If the balance (before new interest is applied) is more than $1500 then the interest rate is increased by 2% Display the following information on the screen (with the appropriate calculated values): Original Balance Owing: $9999.99 Days Outstanding: 99 Interest Rate: 12% Amount of Interest: $9999.99 New Balance Owing: $99999.99 2) Input a numeric grade value and report the associated letter grade for that grade

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2016 Riva Del Garda Italy September 19 23 2016 Proceedings Part 1 Lnai 9851

Authors: Paolo Frasconi ,Niels Landwehr ,Giuseppe Manco ,Jilles Vreeken

1st Edition

3319461273, 978-3319461274

More Books

Students also viewed these Databases questions

Question

Explain the steps involved in training programmes.

Answered: 1 week ago

Question

2. Outline the functions of nonverbal communication

Answered: 1 week ago