Search:

Type: Posts; User: KRUKUSA

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    3,312

    Re: Total Sales Error

    Thanks for the help i fixed the program and got it to display but it isn't working lik



    public

    class TotalSales
    {
    private String courseName;
    private int sales[][];
  2. Replies
    4
    Views
    3,312

    Re: Total Sales Error

    bump anyone?
  3. Replies
    4
    Views
    3,312

    Re: Total Sales Error

    bump? please helppppp meeeee
  4. Replies
    4
    Views
    3,312

    Total Sales Error

    Here are the instructions:
    Use a two-dimensional array to solve the following problem:

    A company has four salespeople (1 to 4) who sell five different products (1 to 5). Once a day, each...
  5. Replies
    5
    Views
    2,315

    Re: Gradebook error?

    GradeBook.java:12: cannot find symbol
    symbol : variable surname
    location: class GradeBook
    professorSurname = surname;
    ^
    1 error

    That's the error I get when I compile
  6. Replies
    5
    Views
    2,315

    Re: Gradebook error?

    why wont the code work?
    telling me professorSurname invalid
  7. Replies
    5
    Views
    2,315

    Gradebook error?

    CIS 182 – Java Programming
    Assignment 04
    Each program must include the following as comments at the beginning of your classes.
    name
    student number
    assignment information
    program documentation...
Results 1 to 7 of 7