Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. how to write this program?

how to write this program?

Scheduled Pinned Locked Moved C / C++ / MFC
c++cryptographyooptutorialquestion
10 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    theeastdevil
    wrote on last edited by
    #1

    suppose that u a writting a software to give grading to three different types of student certificate,diplom and degree students,all students will be required to sit for exams which wil be graded as follows: 1-39: F 40-59: D 59-69: C 70-79: B 80-100: A In addition to that, the Diploma students will be required to attend the 'lab tes' session that awards them 'P'(PASS), 'F'(Fail)or 'X'(ABSENT). The Degree students, on the other hand, need to undergo an 'Industrial Training' that requires the employers to give 'G'(GOOD), 'A'(AVERAGE) or 'P'(POOR). This program is expedted to be used by the Exam Department that eners student Names and their IC numbers besides the above details. This program should also be able to highlight the highest mark, lowest mark and failure rates for each program. Once the data have been recorded, they shall be stored as a data file for future reference. Provide a solution to the above requirments using classes, an Object Oriented approach and C++ language.

    A M RaviBeeR J 4 Replies Last reply
    0
    • T theeastdevil

      suppose that u a writting a software to give grading to three different types of student certificate,diplom and degree students,all students will be required to sit for exams which wil be graded as follows: 1-39: F 40-59: D 59-69: C 70-79: B 80-100: A In addition to that, the Diploma students will be required to attend the 'lab tes' session that awards them 'P'(PASS), 'F'(Fail)or 'X'(ABSENT). The Degree students, on the other hand, need to undergo an 'Industrial Training' that requires the employers to give 'G'(GOOD), 'A'(AVERAGE) or 'P'(POOR). This program is expedted to be used by the Exam Department that eners student Names and their IC numbers besides the above details. This program should also be able to highlight the highest mark, lowest mark and failure rates for each program. Once the data have been recorded, they shall be stored as a data file for future reference. Provide a solution to the above requirments using classes, an Object Oriented approach and C++ language.

      A Offline
      A Offline
      Antony M Kancidrowski
      wrote on last edited by
      #2

      Here we go again! Another homework :zzz: Ant. I'm hard, yet soft.
      I'm coloured, yet clear.
      I'm fuity and sweet.
      I'm jelly, what am I? Muse on it further, I shall return!
      - David Williams (Little Britain)

      1 Reply Last reply
      0
      • T theeastdevil

        suppose that u a writting a software to give grading to three different types of student certificate,diplom and degree students,all students will be required to sit for exams which wil be graded as follows: 1-39: F 40-59: D 59-69: C 70-79: B 80-100: A In addition to that, the Diploma students will be required to attend the 'lab tes' session that awards them 'P'(PASS), 'F'(Fail)or 'X'(ABSENT). The Degree students, on the other hand, need to undergo an 'Industrial Training' that requires the employers to give 'G'(GOOD), 'A'(AVERAGE) or 'P'(POOR). This program is expedted to be used by the Exam Department that eners student Names and their IC numbers besides the above details. This program should also be able to highlight the highest mark, lowest mark and failure rates for each program. Once the data have been recorded, they shall be stored as a data file for future reference. Provide a solution to the above requirments using classes, an Object Oriented approach and C++ language.

        M Offline
        M Offline
        Maximilien
        wrote on last edited by
        #3

        I charge $150/hour for a minimum of 4 hours.


        Maximilien Lincourt Your Head A Splode - Strong Bad

        P 1 Reply Last reply
        0
        • M Maximilien

          I charge $150/hour for a minimum of 4 hours.


          Maximilien Lincourt Your Head A Splode - Strong Bad

          P Offline
          P Offline
          palbano
          wrote on last edited by
          #4

          >> I charge $150/hour for a minimum of 4 hours. Will you wear a dress and take it doggy style? :laugh:

          "No matter where you go, there your are." - Buckaroo Banzai

          -pete

          M 1 Reply Last reply
          0
          • P palbano

            >> I charge $150/hour for a minimum of 4 hours. Will you wear a dress and take it doggy style? :laugh:

            "No matter where you go, there your are." - Buckaroo Banzai

            -pete

            M Offline
            M Offline
            Maximilien
            wrote on last edited by
            #5

            X|


            Maximilien Lincourt Your Head A Splode - Strong Bad

            P 1 Reply Last reply
            0
            • M Maximilien

              X|


              Maximilien Lincourt Your Head A Splode - Strong Bad

              P Offline
              P Offline
              palbano
              wrote on last edited by
              #6

              ?? Sorry my glyph translator is in for repair.

              "No matter where you go, there your are." - Buckaroo Banzai

              -pete

              1 Reply Last reply
              0
              • T theeastdevil

                suppose that u a writting a software to give grading to three different types of student certificate,diplom and degree students,all students will be required to sit for exams which wil be graded as follows: 1-39: F 40-59: D 59-69: C 70-79: B 80-100: A In addition to that, the Diploma students will be required to attend the 'lab tes' session that awards them 'P'(PASS), 'F'(Fail)or 'X'(ABSENT). The Degree students, on the other hand, need to undergo an 'Industrial Training' that requires the employers to give 'G'(GOOD), 'A'(AVERAGE) or 'P'(POOR). This program is expedted to be used by the Exam Department that eners student Names and their IC numbers besides the above details. This program should also be able to highlight the highest mark, lowest mark and failure rates for each program. Once the data have been recorded, they shall be stored as a data file for future reference. Provide a solution to the above requirments using classes, an Object Oriented approach and C++ language.

                RaviBeeR Offline
                RaviBeeR Offline
                RaviBee
                wrote on last edited by
                #7

                > Re: how to write this program? I think the best way would be to use a computer and some software. /ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com

                1 Reply Last reply
                0
                • T theeastdevil

                  suppose that u a writting a software to give grading to three different types of student certificate,diplom and degree students,all students will be required to sit for exams which wil be graded as follows: 1-39: F 40-59: D 59-69: C 70-79: B 80-100: A In addition to that, the Diploma students will be required to attend the 'lab tes' session that awards them 'P'(PASS), 'F'(Fail)or 'X'(ABSENT). The Degree students, on the other hand, need to undergo an 'Industrial Training' that requires the employers to give 'G'(GOOD), 'A'(AVERAGE) or 'P'(POOR). This program is expedted to be used by the Exam Department that eners student Names and their IC numbers besides the above details. This program should also be able to highlight the highest mark, lowest mark and failure rates for each program. Once the data have been recorded, they shall be stored as a data file for future reference. Provide a solution to the above requirments using classes, an Object Oriented approach and C++ language.

                  J Offline
                  J Offline
                  Johan Rosengren
                  wrote on last edited by
                  #8

                  I think you're supposed to ask that in the Lounge, where the better programmers hang out *mad laughter*

                  L P 2 Replies Last reply
                  0
                  • J Johan Rosengren

                    I think you're supposed to ask that in the Lounge, where the better programmers hang out *mad laughter*

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #9

                    :laugh: Artificial intelligence is no match for natural stupidity.

                    1 Reply Last reply
                    0
                    • J Johan Rosengren

                      I think you're supposed to ask that in the Lounge, where the better programmers hang out *mad laughter*

                      P Offline
                      P Offline
                      palbano
                      wrote on last edited by
                      #10

                      :laugh::laugh::(( < laughing tears />

                      "No matter where you go, there your are." - Buckaroo Banzai

                      -pete

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups