Search:

Type: Posts; User: scotts7

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,322

    Re: I need help with these basic Java ?s

    I don't have access right now to run the program for welcome to cset 1200 if anyone could run it for me and tell me the result that would be great
  2. Replies
    5
    Views
    1,322

    Re: I need help with these basic Java ?s

    I Just dont know how quite to answer both of the ?s
  3. Replies
    5
    Views
    1,322

    I need help with these basic Java ?s

    Print (show result) of the following arrays
    1. int[ ] a = {2,4,7,10};
    2. int[ ] b = a.fill(list,7);
    3. int[ ] c = a.fill(list,1,3,8);


    What is the printout of the following code? ...
Results 1 to 3 of 3