Hey, I am not sure if you guys have heard of this site before but it's called java bat. You create an account and it has a tone (my guess, around 150) logic problems using java methods. When you complete a problem you get checks, and for every several checks, a star. Reminds me of Mario 64.
Javabat - JavaBat Java
javabat, its awsome !!
Started by agnl666, Mar 09 2010 02:57 PM
3 replies to this topic
#1
Posted 09 March 2010 - 02:57 PM
|
|
|
#2
Posted 09 March 2010 - 05:47 PM
It's fun. I wish the problems were a bit more challenging, but it's a great way to test whether you know syntax cold.
#3
Posted 09 March 2010 - 09:29 PM
the sumDouble question was probably the first time i ever used the... crap i can't even remember what it is called, here is what my answer looked like
edit: i remember what it is called now, the ternary operator or something like that.
public int sumDouble(int a, int b) {
return a==b?a*2*2:a+b;
}
edit: i remember what it is called now, the ternary operator or something like that.
Edited by tate, 12 March 2010 - 05:00 PM.
twas brillig
#4
Posted 10 March 2010 - 11:55 AM
Pretty cool stuff!
BTW, it's called CodingBat now as they also do Python.
BTW, it's called CodingBat now as they also do Python.


Sign In
Create Account


Back to top









