Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please provide the psuedocode(Python) and the output! Again Please provide the psuedocode(python) and the output! In this assignment, you will be designing a software application

Please provide the psuedocode(Python) and the output!

image text in transcribed

image text in transcribed

image text in transcribed

Again Please provide the psuedocode(python) and the output!

In this assignment, you will be designing a software application that will help demonstrate how long it will take to pay off a credit card if the card owner simply makes the minimum balance payment each month (while at the same time not adding any additional charges to the card). You must organize everything in a main function. Your program should have the following features: A menu that provides three options for the user: o 1) Credit Card Payoff Summary o 2) Credit Card Payoff Details o 3) Exit Option 1 should request two pieces of data from the user: o current credit card balance o credit card Annual Percentage Rate (APR) When user enters the requested data, the application should then present a sub-menu that allows the user to select the method by which the minimum payment is calculated. The two presented methods should be: 1) interest on current balance + 1% of current balance 2) 2% of current balance o o When user makes the selection from the sub-menu, the application should then calculate the following for each month (and repeat until the balance is zero): o o o o minimum payment amount interest on current balance principal paid remaining balance Note: In order to make the payback process more reasonable when the balance reaches smaller amounts, credit card institutions typically implement what is referred to as an absolute minimum payment. Therefore, when your monthly calculations reach the point where the calculated minimum payment amount for the month is

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

More Books

Students also viewed these Databases questions

Question

2. Do the easy questions first.

Answered: 1 week ago