Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    finalMark = calculateFinalMark(count,caMark, ctMark, asgMark);

    finalMark = calculatefinalMark(count,caMark, ctMark, asgMark);

    The error messages do NOT match the posted code.
    The top line is...
  2. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    You forgot to post the error messages you are getting.
  3. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    Edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.
  4. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    theArray[theIndex] = aMethod(<the method's args here>); // store what method returns in an array
  5. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    This error message from the compiler means it has found the end of a class's definition and is looking for the next definition of either class, interface, or enum. Check for extra }s that could...
  6. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    Which line is line 26?
  7. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    Does it work now? If not post full text of error messages.
  8. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    Is it working now? If not you need to post the full text of any error messages.

    Have you looked at how to write methods?
    http://docs.oracle.com/javase/tutorial/java/javaOO/methods.html
  9. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    Did you see post #25? On the last line It says how to fix one of the errors.
  10. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    Please post the full text of any error messages you get.
  11. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    That was the answer to this:
  12. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    The formatting is much better.

    Did you try to compile the program? What did the compiler say? Post the full text of the error messages.


    count = initialization(name,double[]...
  13. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    Use a loop and add the new objects to the array at the index value.
  14. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    That looks like the definition for a method. Its syntax looks ok.
    Look at where that method is called (at the first error message)
  15. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    See post #13

    Try using the Go Advanced button(below) and the Preview Post button so you see what you are going to post
    instead of posting 2 and 3 times without proper formatting.
  16. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    Why is there no formatting/indentations in the code posted in post #12? All the statements start in column one. That makes it very hard to read and understand the logic of the program.
    Proper...
  17. Replies
    109
    Views
    6,799

    Re: Help me PLEASe! I need to submit by 8.30am tmr!

    Edit your first post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.
Results 1 to 17 of 17