#include <iostream> using namespace std; int main() { int num1, num2; cin>>num1>>num2; cout<<num1+num2<<endl; cout<<num1*num2<<endl; cout<<num1-num2<<endl; }
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment