Search:

Type: Posts; User: DannDroid

Search: Search took 0.10 seconds.

  1. Need a way to Find a way to dermine if all elements in a Boolean Array are True/false

    Hey

    I'm required to look through an array of boolean values, and return True if they are all set to be true, and False if at least one is set to be false.

    Essentially, i need to do this:


    ...
  2. Re: How do i user a Scanner that was imported in another Class? (student, beginner)

    Thank you for the reply again, I'm not sure if I understand what you mean though? Could you give me an example of what you are describing? I can post more code, but I'm not sure what would help. ...
  3. Re: How do i user a Scanner that was imported in another Class? (student, beginner)

    Yes! thank you!

    all i had to do was change:


    int number = in.nextInt();


    to:
  4. How do i user a Scanner that was imported in another Class? (student, beginner)

    Hi, first year student here, first post!

    I've attached the diagram of the program in question, question is: in the CharacterHolder class I am required to get input, but the Scanner is the...
Results 1 to 4 of 4