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
Implement Queue with Limited Size of Arrays
Fibonacci numbers 0 - 1_000
Reverse a Linked List in groups of given size k
data
palin
java - preethika
Meena
Problem_fib
Size and signedness of Java ints and longs
Desvio Padrão - LPI