Jump to content

javabat, its awsome !!

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
agnl666

agnl666

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
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

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
tate

tate

    Learning Programmer

  • Members
  • PipPipPip
  • 90 posts
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
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
NatalieM

NatalieM

    Learning Programmer

  • Members
  • PipPipPip
  • 77 posts
Pretty cool stuff!

BTW, it's called CodingBat now as they also do Python.