answersLogoWhite

0

The answer depends on what X and Y are.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Is y equals 4x a function?

y = 4x is a formula or open statement. It can be used to define the function, f = [(x,y) : y = 4x} , commonly denoted by f(x) = 4x.


If X Y in Y z which statement must be true?

If x y and y z, which statement is true


How do you find and return the minimum and maximum of two values using macrosand ternary operator?

#define MIN(x,y) ((x<y)?x:y) #define MAX(x,y) ((x>y)?x:y)


What is the converse of the statement below X - y?

y -> x


If x is y and y is z which statement must be be true?

If x = y and y = z then x = z


What is the inverse to the statement x equals y?

x=y is the identity. It is its own inverse. So the inverse is y=x.


Write a c program that will exchange the values of x and y after the statement executed x is equal to y and y is equal to x?

what is a program x and y


What is the negation of this statement x plus y equals 10?

x+y does not equal 10, which can be written x+y ~= 10 or x+y != 10.


what is the buconditional statement for “ if x is even and y is odd, then the sum of x and y is odd “?

x is odd


What is return keyword in c?

return lets you literally return a value from a function. This allows you to define functions like: int add(int x, int y) { return(x + y); } int twoplustwo = add(2, 2);


How do you define x and y intercept?

The x is the slope of a line and the y intercept is where the line passes through the y-axis on a grid.


Conditional statement that demonstrates the reflective property of equality?

if (x!=x(x==y && !(y==x))(x==y && y==z && !(x==z)))puts ("Something is very wrong here");