Skip to content

Instantly share code, notes, and snippets.

View PabloVent's full-sized avatar
🏠
Working from home

Pablo Vent PabloVent

🏠
Working from home
View GitHub Profile
#include <iostream>
using namespace std;
int main() {
double val1;
double val2;
char calc;
cout << "Please provide 2 integers followed by either +, -, *, /: "<< flush;
cin>>val1;