Given that the variables x and y have already been declared and assigned values, write an expression that evaluates to true if x is non-negative and y is negative. Submit

Respuesta :

m=(x≥0 & x*y<0). ..............