Closed Thread
Results 1 to 4 of 4

Thread: javabat, its awsome !!

  1. #1
    agnl666's Avatar
    agnl666 is offline Programmer
    Join Date
    Feb 2010
    Location
    Halifax
    Posts
    163
    Blog Entries
    2
    Rep Power
    0

    Talking javabat, its awsome !!

    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. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: javabat, its awsome !!

    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

  4. #3
    tate's Avatar
    tate is offline Learning Programmer
    Join Date
    Dec 2009
    Location
    A desert in Idaho
    Posts
    86
    Rep Power
    8

    Re: javabat, its awsome !!

    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
    Code:
    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.
    Last edited by tate; 03-12-2010 at 05:00 PM.
    twas brillig

  5. #4
    NatalieM's Avatar
    NatalieM is offline Learning Programmer
    Join Date
    Jun 2009
    Location
    London, England
    Posts
    83
    Rep Power
    10

    Re: javabat, its awsome !!

    Pretty cool stuff!

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

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need help on Javabat
    By 5te4lthX in forum Java Help
    Replies: 1
    Last Post: 11-03-2008, 05:49 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts