Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python help!! I need to create a 6x6 table that has values that are functions of the different row and column headings. I understand how

Python help!! I need to create a 6x6 table that has values that are functions of the different row and column headings.

I understand how to do a for loop for 1 column and iterating over rows but not column titles. how do i go about doing this?

the table is supposed to look something like this..any help is appreciated!!

image text in transcribed

Write a function named pmtOptions ) that accepts four (4) arguments: APR, periods per year, term and loan amount. The pmtOptions )function calculates and displays a table of loan payment options using a range of alternative input values, see example and description of alternative values shown below Alternative Loan Payment Table Interest Rates 3 . 25% 3.75% 4.25% 4. 75% 5.25% 5.75% 6.25% # Payments 12 18 24 30 36 $2,120.19 $2,125.89 $2,131.60 $2,137.32 $2,143.05 $2,148.79 $2,154.53 1,424.90 $1,430.49 $1,436.09 $1,441.70 $1,447.33 $1,452.97 $1,458.62 $1,077.30 $1,082.84 $1,088.41 $1,093.99 $1,099.59 $1,105.20 1,110.83 $902.30 $763.38 $868.77 $729.79 $874.31 $735.32 $879.86 $740.88 $885.44 $746.47 $891.04 $752.08 $896.66 $757.72 Example Alternative Loan Payment Table $25,000 loan with APR of 4.75%, 2 year term with 12 payments per year Calculation +/- 1.5% in 0.5% increments Displayed as Column Headings Row Labels Alternative Values APR Number of payments +12 months in 6 month increments

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

DATABASE Administrator Make A Difference

Authors: Mohciine Elmourabit

1st Edition

B0CGM7XG75, 978-1722657802

More Books

Students also viewed these Databases questions

Question

What are the skills of management ?

Answered: 1 week ago