int num1 = 5;
int num2 = 5;
printf ("%d/%d=%d\n", num1, num2, num1/num2);
and if you want to enter during the program then
int num1;
int num2;
printf ("what is the first number?");
scanf ("%d", &num1);
printf ("what is the second number?");
scanf ("%d", &num2);
printf ("%d/%d=%d\n", num1, num2, num1/num2);
i hope this helped
using Math
program to find maximum of two numbers using pointers
using the short or long division
Take a look at the Windows Calculator.
You have to add those two numbers then divide them by 2. The reason you divide by 2 is because they're two numbers.
i need this answer
divide the two numbers then divide
Add the two numbers and divide that by two.
When you divide two numbers the answer is the quotient.
-- Add the two numbers. -- Divide that total by two.
The GCF of two numbers multiplied by their LCM will equal the product of the original numbers. If you know the GCF, divide it into the product of the two. The result will be the LCM. If the GCF of two numbers is 1, the LCM is their product.
A quotient