Thread: Can someone solve a program for me

  1. #1
    Registered User
    Join Date
    May 2020
    Posts
    17

    Can someone solve a program for me

    Hey guys I have a program that I desperately need a solution to. It’s a picture tho so I would like to email it to someone. Please help me ASAP

  2. #2
    Registered User
    Join Date
    May 2012
    Location
    Arizona, USA
    Posts
    945
    Why is it a picture? If it's a picture then you can't even build and run it, so the first step would be to turn it into a source code file that a compiler can understand.

  3. #3
    Registered User
    Join Date
    May 2020
    Posts
    17
    No I mean someone sent me a picture of the question

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    Was that someone your tutor?

    Was that something your homework?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  5. #5
    Registered User
    Join Date
    Aug 2019
    Location
    inside a singularity
    Posts
    308
    Post the image here (or if you'd like to, type the question).
    "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook, The Wizardry Compiled

  6. #6
    Registered User
    Join Date
    May 2020
    Posts
    17
    Quote Originally Posted by Salem View Post
    Was that someone your tutor?
    Was that something your homework?

    I’m not from America so school is closed for me right now.

  7. #7
    Registered User
    Join Date
    May 2020
    Posts
    17
    Write a modular C program that processes and evaluates student data stored in a 2-D array, where the first column in the array stores the students’ IDs, the 2nd column stores the students’ scores for the subject English Language and the
    3rd column stores the students’ scores for Mathematics.

    Declare and write the functions to achieve the following requirements of the program.
    1. Enter the student data and store the data in the 2-D array
    2. Print the student data from the array
    3. Calculate and print the average scores for each student
    4. Calculate and print the average scores for each subject
    5. Display the Highest and Lowest scores achieved in English Language
    6. Display the Highest and Lowest scores achieved in Mathematics


    NOTE: Your program must allow the 2-D Array to be initialized upon start-up and then present a menu of options to allow the user to interact with the data stored in the array as documented in requirements 2 – 5 above.
    The user should be able to select any one of the menu options for requirements 2-5 and quit the program at any time (option 6).

  8. #8
    Registered User
    Join Date
    May 2020
    Posts
    17
    Quote Originally Posted by davic01 View Post
    Write a modular C program that processes and evaluates student data stored in a 2-D array, where the first column in the array stores the students’ IDs, the 2nd column stores the students’ scores for the subject English Language and the
    3rd column stores the students’ scores for Mathematics.

    Declare and write the functions to achieve the following requirements of the program.
    1. Enter the student data and store the data in the 2-D array
    2. Print the student data from the array
    3. Calculate and print the average scores for each student
    4. Calculate and print the average scores for each subject
    5. Display the Highest and Lowest scores achieved in English Language
    6. Display the Highest and Lowest scores achieved in Mathematics


    NOTE: Your program must allow the 2-D Array to be initialized upon start-up and then present a menu of options to allow the user to interact with the data stored in the array as documented in requirements 2 – 5 above.
    The user should be able to select any one of the menu options for requirements 2-5 and quit the program at any time (option 6).
    There’s a table that I can’t type on here

  9. #9
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    So, what did you learn from your experience of writing your previous program?
    Can i have some help with an assigment

    Make a small start and see where you get to.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. plz help me to solve this c++ program
    By umar123 in forum C++ Programming
    Replies: 1
    Last Post: 11-09-2011, 06:00 AM
  2. Need help to solve this program
    By kitymarine in forum C Programming
    Replies: 2
    Last Post: 06-20-2011, 11:10 PM
  3. [NEED HELP] I just can't solve this program problem!
    By frodonet in forum C Programming
    Replies: 7
    Last Post: 09-23-2007, 02:44 PM
  4. can u solve this program :P
    By bawen in forum C++ Programming
    Replies: 1
    Last Post: 07-24-2006, 12:16 PM

Tags for this Thread