Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.27 KB | None | 0 0
  1. case 1
  2. if (ft_word == "one" && in_word != "one")
  3. singular,plural
  4.  
  5. case 2
  6. if (ft_word != "one" && in_word == "one")
  7. plural, singular
  8.  
  9. case 3
  10. if (ft_word == "one" && in_word == "one")
  11. singular, singular
  12.  
  13. case 4
  14. if (ft_word != "one" && in_word != "one")
  15. plural, plural
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement