Guest User

Untitled

a guest
May 26th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. String s3 = ""; //Yes it needs to be ""
  2.  
  3. String s1 = "chocolate";
  4. String s2 = " are awesome!";
  5.  
  6. if(variable == true)
  7. {
  8.     s3 += s1;
  9. }
  10.  
  11. I need that type of thing...
Add Comment
Please, Sign In to add comment