Skip to content

Alan-Olalla7/Mastery4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

#include using namespace std; int x,y,s,d,p,dv,r; int main () { cout<<"Enter a number:"; cin>> x; cout<<"Enter another number:"; cin>> y; s=x+y; cout<<"The sum of the numbers is:"<< s << endl; d=x-y; cout<<"The difference of the numbers is:"<< d << endl; p=xy; cout<<"The product of the numbers is:"<< p << endl; dv=x/y; cout<<"The division of the numbers is:"<< dv << endl; r=x-(ydv); cout<<"The remainder of the division of the numbers is:"<< r << endl; return 0; }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published