Search:

Type: Posts; User: fireredlink5000

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: Should I Keep These In Individual Classes?

    Hey BlueEyesWhiteDragon,
    I recommend to stick what you currently have. I do want to give you some advice. Also add an attribute of Normal, Effect, Ritual, Fusion, etc.. That way, if there is...
  2. Thread: Chess

    by fireredlink5000
    Replies
    2
    Views
    1,252

    [SOLVED] Re: Chess

    Thanks a lot jashburn! :)
  3. Thread: Chess

    by fireredlink5000
    Replies
    2
    Views
    1,252

    [SOLVED] Chess

    Hey guys, I'm writing Chess Program for fun. I hit a road block. I wondering if guys can see what is wrong with it. Here is the basic code.


    public class Piece {

    /**
    * The Piece's Row....
  4. Re: problem with understanding this recursion

    Hey eyalfish,

    I'm guessing the code should look like this:



    public static int goo(int n){
    if(n < 10){
    return n;
    }
Results 1 to 4 of 4