Pls help:) Where can I find the solutions for java basic exercises given in the site http://www.ntu.edu.sg/home/ehchua/programming/java/J2a_BasicsExercises.html
@ganeshie8
@dan815
I know Java and I love math. There's a fair amount there. I can help give you advice, but what are your guesses on them? A huge part of learning to program is simply running code that DOESN'T work to see what happens. Just play with it and adjust it. You have nothing to lose by trying random things, and you'll know if it's right or not when you run the code. Just don't be afraid of failure, there's nothing at stake here and you can easily try 10 different things in 1 minute. If you don't have an IDE like Eclipse, then I suggest getting one to help you out, but don't rely too heavily on it or you won't learn anything; but at least you can compile and run code fairly quickly while knowing that the code you're typing might not be right for the problem, but at least the syntax is right. Then you can better focus in on what you're solving.
Join our real-time social learning platform and learn together with your friends!