Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Code a website you will have multiple inputs on the page (do not use the prompt function): You will need to ask for the following

Code a website you will have multiple inputs on the page (do not use the prompt function): You will need to ask for the following (in this order): Ask for their name. Ask for the Amount of Money to borrow: Ask for the Length of Time (Years) Ask for the Annual Interest Rate Use the either of these formulas for getting the payment: P = ((r/12) * PV) / (1 - (1+(r/12))**-(n*12)); P = ((r/12) * PV) / (1 - Math.pow((1 +(r/12), -n*12))); At the bottom of the form, you will need to have the Name and Resulting payment. Stated some like this , {Name}, if you do a $ ______ loan for _____ years at ____ interest. Your monthly payment will be: _________ The format of the $ amount should look good (like money such as $68.27).

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

Relational Database And SQL

Authors: Lucy Scott

3rd Edition

1087899699, 978-1087899695

More Books

Students also viewed these Databases questions