Skip to content

Instantly share code, notes, and snippets.

@chaslbiv
chaslbiv / main.cpp
Last active November 2, 2018 17:45
Calculator created by chaslbiv - https://repl.it/@chaslbiv/Calculator
#include <iostream>
#include <string>
using namespace std;
//Please add equation/algorithm reccomendations. I will make them later
int main () {
int a;
cout<<"Which function would you like to perform:"<<endl;
cout<<"Reactionary Forces[1]"<<endl;
cin>>a;
switch (a) {