Advertisement
Guest User

Untitled

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