Antares Posted April 23, 2013 Posted April 23, 2013 3808 Tempel (1982 FQ2) is a main-belt asteroid discovered on March 24, 1982 by F. Borngen at Tautenburg. http://en.wikipedia.org/wiki/3808_Tempel Quote
Patskie Posted April 23, 2013 Posted April 23, 2013 public class Count { public static void main(String[] args) { for (int i = 3809; i < 1000001; i++) { System.out.println(i); } } } Quote
Antares Posted April 24, 2013 Posted April 24, 2013 public class Number3811 { public static void main(String[] args) { System.out.println(myNumber(1)); } public static int myNumber(int n){ if (n == 3811){ return n; } else { return myNumber(++n); } } } Quote
Antares Posted May 3, 2013 Posted May 3, 2013 (edited) ░░░░░░░░░░░░░░░░░░░░░░░░ ░░███░░░░██░░░░█░░████░░ ░░░░░█░░█░░█░░██░░░░░█░░ ░░░██░░░░██░░░░█░░░░█░░░ ░░░░░█░░█░░█░░░█░░░█░░░░ ░░███░░░░██░░░░█░░░█░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░ Edited May 3, 2013 by Antares Quote
Stolao Posted May 30, 2013 Posted May 30, 2013 (edited) Three Eight Two Four~ Edit lol typo Edited May 30, 2013 by Stolao Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.