Search:

Type: Posts; User: helloworld922

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    2,079

    Re: College Course-Array

    In Java if you don't declare it, it doesn't exist. Likely they did declare it somewhere and you just didn't see it, or their code is wrong, too.
  2. Replies
    3
    Views
    2,079

    Re: College Course-Array

    Try running your code as if you were the computer. Hint: look at your loop structure. You'll need a nested loop wrather than two consecutive loops. You're also forgetting to ask the user to actually...
Results 1 to 2 of 2