Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. package sec;
  2.  
  3. public class Seconds {
  4.  
  5. public static void main(String[] args) {
  6. System.out.println(3*7*24*60*60);
  7.  
  8. }
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement