CPT Presentation

Safin

Amay

Alex

David

Kaiden - CALCULATOR FEATURE

  • How the calculator will look and function:
    • The user can type in their expression and the calculator will solve it
    • Previous functions will be stored above, and can be recalled to be edited
    • Current Frontend Frame
    • What it looks like on the website
  • CRUD:
    • Create: each expression and output
    • Read: displaying all previous expressions and outputs
    • Update: can edit previous expressions to receive new outputs that edits the old output
    • Delete: delete individual or all of the previous entries
  • FUTURE: try to implement PEMDAS (order of operations)