Search:

Type: Posts; User: NavagatingJava

Search: Search took 0.09 seconds.

  1. Re: Where I'm I wrong? I need to do a count of the number of each element in an array

    also, I havent declared digitCount as a 1D array yet, I just put it in there atm to see if this was possible.
  2. Where I'm I wrong? I need to do a count of the number of each element in an array

    I cant get this to work. Im trying to count how many times a number s put into the location of a multidimensional array...I will bold what I mean:


    import java.util.*;
    public class Assign1b
    {
    ...
Results 1 to 2 of 2