Search:

Type: Posts; User: MayhemCode

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,101

    Re: URGENT! Due in one hour. Please help!

    I had a problem similar to this not long ago and I had to implement my numbers with the BigDecimal class... Basically it was a thing calculating money and it would give out very weird values when...
  2. Re: Total noob needing help - Arrays and scanning.

    Ok I think I got your suggestions...

    So here's how the new code looks


    Scanner scan = new Scanner(System.in);
    System.out.println("Amount of people?");
    int n = scan.nextInt();...
  3. Total noob needing help - Arrays and scanning.

    So I get more or less how arrays work, and I made them work in simple programs with numbers and what not.
    But now I wanna get more complex and say I want to make a small (fleeting) database of...
Results 1 to 3 of 3