Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Java Procedural Progamming
import java.text.ParseException; import java.text.SimpleDateFormat; class Rextester { public static void main (String[] args) throws ParseException { System.out.print("Name: "); System.out.print("Andrey Sotnikov"); System.out.print("; "); System.out.print("Age: "); System.out.print( System.currentTimeMillis()- new SimpleDateFormat("MM/dd/yyyy").parse("01/10/1990").getTime()); }}
run
|
edit
|
history
|
help
0
checkingWord
Problem_OnOff
ChangePI
Problem_fib
Oh no
inheritance
pow x^n
ekse
toStringMethodinJava
Sum of power of digits-1