Search:

Type: Posts; User: shadz92

Page 1 of 3 1 2 3

Search: Search took 0.17 seconds.

  1. Replies
    109
    Views
    6,817

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

    S10122534c_Assignment.java:26: incompatible types
    found : double
    required: double[]
    finalMark = calculatefinalMark(count,caMark, ctMark, asgMark);
    ^...
  2. Replies
    109
    Views
    6,817

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

    Okayy i have edited



    *==================================================================================
    * FSP 2012 Assignment
    * Student ID : S10122534C
    * Student Name : Leonard Laura...
  3. Replies
    109
    Views
    6,817

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

    tis is my new edited version


    /*==================================================================================
    * FSP 2012 Assignment
    * Student ID : S10122534C
    * Student Name :...
  4. Replies
    109
    Views
    6,817

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

    /*==================================================================================
    * FSP 2012 Assignment
    * Student ID : S10122534C
    * Student Name : Leonard Laura Rachel M
    * Module Group...
  5. Replies
    109
    Views
    6,817

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

    is it this way


    /*==================================================================================
    * FSP 2012 Assignment
    * Student ID : S10122534C
    * Student Name : Leonard Laura Rachel...
  6. Replies
    109
    Views
    6,817

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

    its similar to what i've done right..
    but i dont know how to store it in the array
  7. Replies
    109
    Views
    6,817

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

    can you giv me one example dude with agnes tan nam[0] and finalMark[0]
  8. Replies
    109
    Views
    6,817

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

    I really appreciate your helpp.
    But i really need to get my program to work
    Could you like get to the point?
    Im sorry mann
    Im rushing for time now
  9. Replies
    109
    Views
    6,817

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

    yes..i intend to get their final mark from method and save it finalMark..
    But i dont know how to do it?
  10. Replies
    109
    Views
    6,817

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

    I really dont know mann!
  11. Replies
    109
    Views
    6,817

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

    so what should it be instead?
  12. Replies
    109
    Views
    6,817

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

    S10122534c_Assignment.java:26: cannot find symbol
    symbol : variable calculatefinalMark
    location: class S10122534c_Assignment
    calculatefinalMark = calculatefinalMark( count, caMark, ctMark,...
  13. Replies
    109
    Views
    6,817

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

    back to line 26 wit te error dude?
    I dunno whats happening???
  14. Replies
    109
    Views
    6,817

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

    /*==================================================================================
    * FSP 2012 Assignment
    * Student ID : S10122534C
    * Student Name : Leonard Laura Rachel M
    * Module Group...
  15. Replies
    109
    Views
    6,817

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

    S10122534c_Assignment.java:115: illegal start of expression
    public static void addNewStudent(int count)
    ^
    1 error
  16. Replies
    109
    Views
    6,817

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

    Nw i got 1 error in line 115



    /*==================================================================================
    * FSP 2012 Assignment
    * Student ID : S10122534C
    * Student Name :...
  17. Replies
    109
    Views
    6,817

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

    i dont know whats the problem with this linee


    public static void displayfailedStudents (String[] name, double[] caMark, double[] ctMark, double[] asgMark, double[] finalMark)
  18. Replies
    109
    Views
    6,817

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

    *==================================================================================
    * FSP 2012 Assignment
    * Student ID : S10122534C
    * Student Name : Leonard Laura Rachel M
    * Module Group :...
  19. Replies
    109
    Views
    6,817

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

    I dont get you friend!
  20. Replies
    109
    Views
    6,817

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

    Dear friend could you like help me put the codes correctly..
    I have to submit them by 8.00
  21. Replies
    109
    Views
    6,817

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

    now all are finalMark



    import java.util.Scanner;

    public class S10122534c_Assignment
    {
    public static void main(String[] args)
    {
  22. Replies
    109
    Views
    6,817

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

    S10122534c_Assignment.java:105: class, interface, or enum expected
    public static void displayFailedStudents (String[] name, double[] caMark, double[] ctMark, double[] asgMark, double[]...
  23. Replies
    109
    Views
    6,817

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

    import java.util.Scanner;

    public class S10122534c_Assignment
    {
    public static void main(String[] args)
    {
    final int MAXSIZE = 50; // maximum number of students
    String[] name =...
  24. Replies
    109
    Views
    6,817

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

    import java.util.Scanner;

    public class S10122534c_Assignment
    {
    public static void main(String[] args)
    {
    final int MAXSIZE = 50; // maximum number of students
    String[] name =...
  25. Replies
    109
    Views
    6,817

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

    ok here it is..


    S10122534c_Assignment.java:105: class, interface, or enum expected
    public static void displayFailedStudents (String[] name, double[] caMark, double[] ctMark, double[]...
Results 1 to 25 of 57
Page 1 of 3 1 2 3