Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. package Lesson_1;
  2.  
  3. public class frame_8 {
  4.  
  5. public static void main(String[] args) {
  6. String mjQouate = "I'm falled over and over and over again in my life and that is why i succeed!";
  7. System.out.println(mjQouate.substring(mjQouate.indexOf("again"), mjQouate.indexOf("again")+"again".length()));
  8.  
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement