Git Product home page Git Product logo

expressions-homework's Introduction

title type duration creator competencies
Expressions
homework
1:25
name city
James Traver
Chicago
Java, Expressions

EXPRESSIONS HOMEWORK

https://media.giphy.com/media/BmmfETghGOPrW/giphy.gif

GOALS

  • You will practice writing expressions
  • Revisit algebraic expressions and order of operations
  • Research theorums and formulae used in the real world
  • Convert formula that adhere to the order of operations to programmtic expressions

INSTRUCTIONS

  • Fork this repository and clone it to your computer.
  • Inside of the expressions.java, write out each expression for this assignment.
  • When complete, add/commit/pull/push to Github and create a pull request to submit your homework.

1. Order of Operations

  1. Research the order of operations online (or write it out based on memory).
  2. In the comments of expressions.java, leave a description of order of operations.
  3. Describe the order in which operators/functions run.

2. Operators Warm-up

  1. Add 42 to 1
  2. Multiple 0 by 981 and then add 68 times 8
  3. Add 3.14 to 0.09 and then remove 12 from the total
  4. Divide 89 by 4 to show only the remainder
  5. Subtract 5.16 from 66.7128 and divide the results by 5

3. Geometry

For some of these expressions, you may use variable placeholders in stead of values. Example: (n + x)

  1. Express how to find the area of a circle as an expression
  2. Express the pythagorithm theorum as an expression
  3. Express how to find the area of a triangle as an expression
  4. Express how discover the volume of a cube
  5. Express how to find out how manyn milliseconds are in 14 minutes

4. Brain Twisters (Bonus Challenge)

Some of these challenges will require that we assume variables currently exist. Feel free to be creative in writing these expressions.

  1. Express how to calculate if a number equal in value to one third of another number
  2. Express two linear equations that are equal to each other
  3. Express how to discover the slope of a line

expressions-homework's People

Contributors

code-for-coffee avatar ericaschulz avatar

Watchers

 avatar

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.