Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Meter conversion Name project folder fttometer You use console.log or output your results on an index.html page. If you show your result on index.html,

imageimageimage

Meter conversion Name project folder fttometer You use console.log or output your results on an index.html page. If you show your result on index.html, use CSS to style the page. Don't use any CSS frameworks for your styling. Use an external CSS stylesheet to set the fonts and colors. Named the stylesheet style.css ONLY Create a function called getMeters() that takes a distance in feet as a parameter and returns the distance in meters. Graded on - Functionality. 25 points Comment your code. 10 or 15 points Comment on your source code (Only on the JavaScript) about how you chose this route that displays the answer on the Console in Chrome. 15 points OR Comment your source code (Only on the JavaScript) about how you chose this route that displays the answer using index.html (10 points) bmi Name project folder bmi You will create a BMI calculator using what you have learned so far. You will use an index.html to show your results. You will use height in inches and weight in pounds as inputs. You will convert the values to centimeters and kilograms. 1 inch is equal to 2.54 centimeters. 2.2046 pounds is equal to 1 kilogram. You can do one of the following: Make an HTML page that would input your display answer. You may use input fields to enter height in inches and weight in pounds. Your JavaScript is the function that calculates the formula and displays the centimeters and kilos on the index.html page. or You may have a set value as your inputs in JavaScript for height in inches & weight in pounds and the formula to calculate the conversion to display the centimeters and kilograms on the index.html page. The results in centimeters and kilograms using .1 decimal or a float, but not a whole number. Calculate and log the BMI. The formula for BMI is located here: Calculate and log the BMI. The formula for BMI located here: Formula: weight (kg) / [height (m)]2 Use scripts.js for all your functionality. You may not put your JavaScript code on the index.html page. Use math operators for your formulas. Use CSS to style the page. Don't use any CSS frameworks for your styling. Use an external CSS stylesheet to set the fonts and colors. Named the stylesheet style.css ONLY

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_2

Step: 3

blur-text-image_3

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

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Algorithms questions

Question

Compare the three strategies for new product introduction

Answered: 1 week ago