Question: #include #include using namespace std; int main ( ) { int num 1 = 0 ; int num 2 = 0 ; int num 3

#include
#include
using namespace std;
int main()
{
int num1=0;
int num2=0;
int num3=0;
//Ask the user to enter 3 numbers
cout "Enter 3 numbers:
";
//Have the user enter three numbers
cin >> num1>> num2>> num3;
cout "Addition:
";
cout "Multiplication:
";
cout "Largest:
";
{
if (num1> num2)
cout num1;
else
cout num2;
cout "Smallest:
";
}
}
 #include #include using namespace std; int main() { int num1=0; int

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!