Search:

Type: Posts; User: silverpen10

Search: Search took 0.15 seconds.

  1. Replies
    6
    Views
    1,290

    Re: problem with compiling

    nvm my new compile error was just a typo. i got what you said but i still got an error all b/c of a typo. thanks
  2. Replies
    6
    Views
    1,290

    Re: problem with compiling

    no I'm not sure how to do that in this case
  3. Replies
    6
    Views
    1,290

    Re: problem with compiling

    Write a program that generates 100 random integers in the range 0 to 25, and stores them in an array. Then, the program should call a class method that sorts the odd numbers into an array and another...
  4. Replies
    6
    Views
    1,290

    problem with compiling

    public class Unit8
    {
    public static void main( String [] args )
    {

    int [] even = new int [ 100 ];
    int [] odd = new int [ 100 ];

    int randomNum;
Results 1 to 4 of 4