Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Assume you have three int variables: x = 2, y = 6, and z. Choose the value of z in the following expression: z = (y/x>0) ? x : y;.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement