Skip to content

Instantly share code, notes, and snippets.

@merlinnusr
Created April 28, 2016 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save merlinnusr/d5af8efd95fc97e1994602dc11f48268 to your computer and use it in GitHub Desktop.
Save merlinnusr/d5af8efd95fc97e1994602dc11f48268 to your computer and use it in GitHub Desktop.
#include <iostream>
#include <cmath>
using namespace std;
main()
{
int a,b,c,d;
cout<<"que opcion eligeins"<<endl;
cout<<"1:Sumar"<<endl;
cout<<"2:Resta"<<endl;
cout<<"3:multiplicar"<<endl;
cout <<"4:dividir"<<endl;
cout<<"5:cociente entero"<<endl;
cout<<"6:residuo"<<endl;
cout<<"7:potencia"<<endl;
cin>>a;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment