Created
November 2, 2015 13:48
-
-
Save e-tverdokhleb/4231f08a1807922642e9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Lesson1_HomeWork { | |
public static void main(String[] args) { | |
String mjQuote = "I'm falied over and oevr and over again in my life and thats is why I succeed!"; | |
System.out.println(mjQuote.charAt(mjQuote.length() - 1)); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment