Thread: Help me with my ASSIGNMENT

  1. #1
    Registered User
    Join Date
    Dec 2011
    Posts
    12

    Help me with my ASSIGNMENT

    UNI Quality Assurance department has decided to do Teaching & Learning Evaluation for every lecturer in UPSI. In this evaluation, each student will have to key in the grade for the lecturer whether A, B, C or D and the marks for each grade are shown in table 1.

    Grade | Mark
    A | 4
    B | 3
    C | 2
    D | 1

    Table 1


    Using a modular programming approached (function by reference), write a program to calculate the average mark that a lecturer had obtained and then display the result. The program also should display the lecturer’s status based on the total marks whereby status for each range of marks is shown in table 2.

    Mark | Status
    3.5<=average<=100 | Excellence
    3.0<=average<3.5 | Good
    2.0<=average<3.0 | Average
    average<2.0 | Poor

    Table 2

    Your program should at least have the following functions:-
    i. Function Average_Calculation – to calculate average mark
    ii. Function Status – to determine the status.
    iii. Function Display – display the result


    Notes: Assumed the lecturer has M number of students.

    Example of output :

    UNI
    Teaching & Learning Evaluation Report


    Name : Natasya
    Subject Code : MTS 3013
    Average Mark : 3.8
    Status : Excellence



    PLZ, I NEED TO SUBMIT 5 DAYS LEFT, MAY GOD BLESS U IF U HELP ME...

  2. #2
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Once again proved accurate!!!
    5 1/2 steps to get others to doing your homework

    > MAY GOD BLESS U IF U HELP ME...
    Didn't you mean to 'double-negate' this sentence ? ...i.e.. putting 'not' in two places.

    Btw: We won't do your homework. If you get stuck at some point..and post the relevant code..we'd be glad to help.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Assignment help
    By Rastafarian in forum C# Programming
    Replies: 3
    Last Post: 01-09-2011, 07:33 AM
  2. Replies: 3
    Last Post: 04-26-2009, 08:54 AM
  3. Need help with an assignment
    By Phantom Driver in forum C++ Programming
    Replies: 3
    Last Post: 09-08-2005, 01:21 PM
  4. help on assignment
    By robasc in forum C Programming
    Replies: 12
    Last Post: 07-08-2005, 05:37 AM
  5. need help with an assignment
    By iftekharx in forum C Programming
    Replies: 3
    Last Post: 06-25-2005, 02:33 AM