Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1.  
  2. public class First {
  3.  
  4. public static void main(String[] args) {
  5.  
  6. String mjQuote = "I am failed over and over and over again in my life and that is why i am succeed!";
  7.  
  8. System.out.println(mjQuote.charAt(mjQuote.length()-1));
  9.  
  10.  
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement