Solved by verified expert:hello,I need help making this can you please make it colorful and make it littile fancy.
assignment_5.docx
Unformatted Attachment Preview
Assignment 5
Objective: Introduction to Java scripting text and numbers
Create webpages for the following examples
1.
Write a program that gets the width and height and calculates the area and parameter. Put the
answer in the text boxes for bot area and parameter that will display on the web page.
2. Write an HTML page that includes a JavaScript script that computes monthly interest payments
for a home or car loan. Enter the inputs using text boxes.
Inputs:
p = Loan amount (principal)
r = Interest rate in percent
n = Number of years (duration of loan)
Output:
m = Monthly payment
Use appropriate labels for inputs and outputs: let the user know what you are inputting and
outputting. Use parse Float to convert the inputs into numbers. Use a function (with a name
like computeMonthlyPayment) that gets P, r and n from its textboxes, computes the monthly
payment M and outputs M to its textbox.
Here is the formula:
p r / 1200.0
m
=
1 – (1.0 + r / 1200.0) –12 n
Use the following JavaScript formula for computing the monthly payment:
m = (p * r / 1200.0) / (1 – Math.pow(1.0 + r / 1200.0, -12.0 * n));
3.
The fourth web page is the link to connect all three pages. For all three assignments, add
headers and style the pages. Use CSS to style the forms. At a minimum the input form should
have border and background color
o Round your answer to two decimals
What to Submit The link to your page should look something like the following:
http://studentweb.cdm.depaul.edu/~yourlogin/it130/assgn5
Instead of putting the URL in a document just put it in as text comments.
Examples
http://studentweb.cdm.depaul.edu/~tserio/it130/assign5/index.html
http://studentweb.cdm.depaul.edu/~ffiorant/it130/assgn5/home.html
http://studentweb.cdm.depaul.edu/~adoak1/it130/assgn5/index.html
…
Purchase answer to see full
attachment
You will get a plagiarism-free paper and you can get an originality report upon request.
All the personal information is confidential and we have 100% safe payment methods. We also guarantee good grades
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more