GithubHelp home page GithubHelp logo

whundahl / csci215_lab_03 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from csci-215-websiteprogramming/csci215_lab_03

0.0 1.0 0.0 40 KB

Intro to Javascript

CSS 18.14% HTML 23.79% JavaScript 58.07%

csci215_lab_03's Introduction

Lab 03 - Intro to Javascript

Name: William Hundahl________

DUE: 24 Sep 2017 @ 11:59 pm

Instructions:

Compute the Body Surface Area (BSA), Ideal Body Weight (Male or Female), and Body Mass Index (BMI) values using the JavaScript programming language.

When finished, commit and push to Github.

To check the correctness of your calculations, you may use this website: http://www.medcalc.com/body.html

Have fun, and good luck!

Hints

  • Calculate Square Root

    • Syntax: Math.sqrt( x )
    • Description: returns the square root of x
  • Calculate Power

    • Syntax: Math.pow( x, y )
    • Description: returns the value of x raised to the power of y
  • Multiplication

    • Syntax: a * b
    • Description: returns a times b
  • Division

    • Syntax: a / b
    • Description: returns a divided by b
  • Addition

    • Syntax: a + b
    • Description: returns a plus b
  • Subtraction

    • Syntax: a โ€“ b
    • Description: returns a minus b

Score __/50

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.