Astral Rogue 187 / 3,900 Report Post Posted January 1, 2019 As another year begins, and as we look back on 2018, what do you think were the best moments for you in the past year? Share this post Link to post Share on other sites More sharing options...
xmi 2,755 / 31,887 Report Post Posted January 1, 2019 Talking to people I haven't seen in a long time. Former | too many things to fit in a signature Share this post Link to post Share on other sites More sharing options... Achievements
Syntax 389 / 8,936 Report Post Posted January 1, 2019 It was much much better (like 50 times) than previous years, I'm more confident with myself now than ever before. I've had many people come and go and I'm forever grateful for that. Really lovely year. Although many people have passed away, which is unfortunate. I had a friend whose a Python programmer. I asked him to attempt Java once, on his first day, he sent me this: public class Factorial { public static void main(String[] args) { final int NUM_FACTS = 100 ; for(int i = 0; i < NUM_FACTS; i++) System.out.println( i + "! is " + factorial(i)) ;} public static int factorial(int n) { int result = 1 ; for(int i = 2; i <= n; i++) result *= i ; return result ;}} He was later on found raped, he was a good friend. Share this post Link to post Share on other sites More sharing options... Achievements