Guest User

Untitled

a guest
Jan 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Given the following code:
  2.  
  3. string name1;
  4. string name2;
  5.  
  6. name1 = "Mark";
  7. name2 = "Mary";
  8.  
  9. what is the value of the relational expression name1 < name2 ?
Add Comment
Please, Sign In to add comment