Search:

Type: Posts; User: noobies

Search: Search took 0.12 seconds.

  1. Re: [HELP] Trouble To Understanding The Algorithm of my second project (MONSTER DUPLICATE ATTACK :D)

    This the code:
    http://www.javaprogrammingforums.com/whats-wrong-my-code/37296-%5Bhelp%5D-monster-duplicate-attack.html#post146524
  2. Re: [HELP] Trouble To Understanding The Algorithm of my second project (MONSTER DUPLICATE ATTACK :D)

    Yup, I will never using parallel arrays :p
    My understanding is until searching. But, if I really stuck for this project, I'll skip it for now.
    When I figure it out and make some codes, I'll post...
  3. Re: [HELP] Trouble To Understanding The Algorithm of my second project (MONSTER DUPLICATE ATTACK :D)

    This project is from my book, the old one actually that my brother has years ago. It is said this is the project for the concepts of java around if statement until array.
    Actually I can simply go on...
  4. Re: [HELP] Trouble To Understanding The Algorithm of my second project (MONSTER DUPLICATE ATTACK :D)

    Yes, I don't understand queue yet. This is for my personal project. The reason I created monster() method is I tried to describe your explanation about creating Monster class, and I tried to write it...
  5. Re: [HELP] Trouble To Understanding The Algorithm of my second project (MONSTER DUPLICATE ATTACK :D)

    Okay I'm confused now, but I try to make the code. Are you mean like this?


    package projek3;

    import java.util.Scanner;

    /**
    *
    * @author Hengky
  6. [HELP] Trouble To Understanding The Algorithm of my second project (MONSTER DUPLICATE ATTACK :D)

    So, Let's get to the point. I need some hint for the algorithm for my project.
    One monster will attack earth. It doesn't need army because the monster can duplicate itself.
    The monster divided into...
Results 1 to 6 of 6