Search:

Type: Posts; User: dansofe0r

Search: Search took 0.08 seconds.

  1. Replies
    8
    Views
    1,935

    [SOLVED] Re: Need Help Manipulating 2D Array

    And now it works! Thank you very much for your help!
    1462
  2. Replies
    8
    Views
    1,935

    [SOLVED] Re: Need Help Manipulating 2D Array

    Here is the current version of the code


    import java.util.Scanner;

    public class TimeBook {

    private int numberOfEmployees;
    private int[][] hours; //hours[i][j] has the hours for...
  3. Replies
    8
    Views
    1,935

    [SOLVED] Re: Need Help Manipulating 2D Array

    In the 'setHours()' method I have created this double for loop. It isn't working though because when I enter something like '8 7 9' for the employee's hours I get an error.


    public void...
  4. Replies
    8
    Views
    1,935

    [SOLVED] Need Help Manipulating 2D Array

    Hello. I need help with an assignment. The assignment requires me to take user input from a multi dimensional array. That input which is of each employees hours for monday - friday is output in a...
Results 1 to 4 of 4