Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. package hhh;
  2.  
  3. public class five {
  4. public static void main(String[] args) {
  5. String mjQuote = "I'm failed over and over and over again in my life and that is why I succeed!";
  6. System.out.println(mjQuote.substring(mjQuote.indexOf("again"), mjQuote.indexOf("again")+"again".length()));
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement