Search:

Type: Posts; User: Norm

Search: Search took 0.18 seconds.

  1. Replies
    9
    Views
    842

    Re: Can't get my program to work!! Please help!

    @Vasim Hayat please read: http://www.javaprogrammingforums.com/cafe/9544-problem-spoon-feeding.html
  2. Replies
    9
    Views
    842

    Re: Can't get my program to work!! Please help!

    Use the - operator to subtract one value from another:
    4 - 3 gives 1
  3. Replies
    9
    Views
    842

    Re: Can't get my program to work!! Please help!

    Can you explain what the problem is?
    Use the math operators: +,-,*,/ with some numeric operands as required. Assign the results to a variable.


    Print a blank line. Either include an extra "\n"...
  4. Replies
    9
    Views
    842

    Re: Can't get my program to work!! Please help!

    Yes that looks like a definition for variables inside of the Account class.

    The error message referred to line 12 which is in the main() method in the Assign22 class.

    Do you know about scope?
  5. Replies
    9
    Views
    842

    Re: Can't get my program to work!! Please help!

    Where is the variable: dateCreated defined? The compiler can not find its definition.

    Check the syntax of the line where the error is. It looks weird.
Results 1 to 5 of 5