Answer:
if im not mistaken.. i would say its -3.5 or -7/2
Step-by-step explanation:
#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 correct answer would be c. Hope this helps!
Answer:
1. Isolate
2. Closed
3. Reversed
If you have more problems with things similar to this, I recommend this website, it gives a detailed description on how to solve the equations:
https://www.mathsisfun.com/algebra/inequality-solving.html