brooksmarka / calculator

A command line calculator made in 24 hours

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator takes input and delivers the result

Within the command line type "ruby calculator.rb"

You will then be prompted to enter your expression. ie "3+4-5*4"

The calculator will deliver the result without order of operations from evaluating from left to right

About

A command line calculator made in 24 hours


Languages

Language:Ruby 100.0%