#include <stdio.h> #include <stdlib.h>
// Function to perform division (x / y) of two numbers x and y. // without using division operator in the code. int divide(int x, int y)
{ // handle divisibility by 0. if (y == 0)
{ printf("Error!! Divisible by 0"); exit(1);
} // store sign of the result.
int sign = 1; if (x * y < 0)
The answer is 5! Like if you have 3 cookies then add two you would have .. 5! (: any other questions you need help with?
I think it’s 40
The width is 8
And the length is 5
8 x 5 is 40
Answer:
5050
Step-by-step explanation:
S=n*(n+1) / 2
S=100 * (100+1) /2 = 50 * 101 = 5050