Guest User

Untitled

a guest
Feb 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. String first = "The quick brown fox jumped.";
  2. String second = "The quick brown fox jumped, and was happy.";
  3. // magic goes here
  4. String intended_outcome = "The quick brown fox jumped, and was happy";
  5.  
  6. String first = "Hello there. The quick brown fox jumped.";
  7. String second = "The quick brown fox jumped, and was happy.";
  8. // magic goes here
  9. String intended_outcome = "Hello there, The quick brown fox jumped, and was happy";
Add Comment
Please, Sign In to add comment