Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Java
batman
asdasd
h
Edna Garcia
Count Islands
Find a dot in a string
linked lists
Program to generate random no. From 0 to 10
String reverse
Please log in to post a comment.