Created
October 17, 2015 07:47
-
-
Save edinak1/c63c6495c602adb914fe 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
package numbers; | |
public class Second { | |
public static void main(String[] args) { | |
String stroka1="**********",stroka2="!!!!!",stroka3="After 1970 has passed",stroka4=" years"; | |
long a= System.currentTimeMillis()/1000/60/60/24/365; | |
System.out.print(stroka2); | |
System.out.print(stroka1+stroka3); | |
System.out.print(" "); | |
System.out.print(a+stroka4+stroka1+stroka2); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment