Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. package Point_4;
  2.  
  3. public class Frame_17 {
  4.  
  5. public static void main(String[] args) {
  6.  
  7. String mtQuote = "Let us always meet each other with smile, for the smile is the beginning of love";
  8. System.out.println(mtQuote.replace("smile", ":)"));
  9.  
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement