Q:

Create two variables x and y and store numbers in them. Write an expression that would be true if the value of x is greater than five or if the value of y is less than ten, but not if both of those are true

0

Create two variables x and y and store numbers in them. Write an expression that would be true if the value of x is greater than five or if the value of y is less than ten, but not if both of those are true. 

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

>> x = 3; >> y = 12; >> xor(x > 5, y < 10) ans = 0 

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now