Search:

Type: Posts; User: sircamolate

Search: Search took 0.17 seconds.

  1. Replies
    18
    Views
    4,166

    Re: weekly hours for each employee

    i think i got it!!! :) take another look at the second post i did of my code and lemme know if it wrks.
  2. Replies
    18
    Views
    4,166

    Re: weekly hours for each employee

    i tried editing it so that it is easier to read for you and everytime i go to preview post it still looks the same as it does meow. idk wat to do. :(
  3. Replies
    18
    Views
    4,166

    Re: weekly hours for each employee

    im really not tryin to make yo life difficult but i cnt see the diff. between the code i have n ur code. it looks properly formatted to me.
    are u asking for pseudocode?
  4. Replies
    18
    Views
    4,166

    Re: weekly hours for each employee

    im sry man, i lookd at that bb code list deal and i didnt really understand wat u meant. could u post a quick lil example for me so i know wat u need done. the program doesnt have to b mine. i just...
  5. Replies
    18
    Views
    4,166

    Re: weekly hours for each employee

    import java.util.Arrays;
    import java.util.Collections;

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


    int [] [] hours = {
    {2, 4, 3, 4, 5,...
  6. Replies
    18
    Views
    4,166

    Re: weekly hours for each employee

    u want me to repost my entire #1 so that all the braces line up?
  7. Replies
    18
    Views
    4,166

    Re: weekly hours for each employee

    i am using the eclipse compiler and all the braces on my end line up.
  8. Replies
    18
    Views
    4,166

    Re: weekly hours for each employee

    here is the error message i get:

    Exception in thread "main" java.lang.Error: Unresolved compilation problems:
    Syntax error on token "void", @ expected
    Syntax error, insert "enum Identifier"...
  9. Replies
    18
    Views
    4,166

    weekly hours for each employee

    I am working on writing a code that allows me to display the employees and their total hours in decreasing order of the total hours. i have the displaying of the array and the summing of the array...
Results 1 to 9 of 9