gymart1106 gymart1106 26-05-2023 Engineering contestada Suppose x and y are variables of type int. Write a code fragment that sets y to 0 if x is negative and x is less than y. It should set y to 1 otherwise. You must use the 'and' operator to receive credit.