Thread: Does anybody write programs for $?

  1. #1
    Registered User
    Join Date
    Sep 2016
    Posts
    2

    Does anybody write programs for $?

    Hey everybody, I am currently taking a C Programming class (COSC 1304) and wanted to see if any body would be willing to write some programs for me for some money. I would only pay thru PayPal to be safe. This is my last Assignment so you all can see what type of work I am dealing with. If you are willing to help me out just send me a message through here.
    Thanks

    Write a program to compute the grade for every student of a class. Use exactly the same weights as in assignment #2 to determine the grade of each student. Then report the grade received by the student. In addition, your program needs to output a summary report showing the total number of students, and the number of students receiving each letter grade.

    To indicate that all students have already been processed, use a number larger than 100 for the first assignment score of the student as the sentinel. In other words, if the score for assign. #1 of a student is greater than 100; your program should report the collected summary and then terminate.

    To allow for mistakes in input, if any score of a student is out of the range of 0 – 100, do not count that student, and simply output an error statement, and move on to work on the scores of the next student. In other words, ignore the rest of the scores for that student even if only one of the scores is illegal. Just like assignment #2, use bool variables to record the legality of scores, and use assignment statements to set the bool variables.. Do NOT use if-then-else! (Note: If the user discovers that there are mistakes in typing the scores, he/she will/should re-type the scores of the student.)

    No credit will be given if the program does not use the method of sentinel to control the termination of the loop. In addition, no credit will be given if the program contains any compile-time or run-time error. Remember to comment your program, uses meaningful variable names, Have good indentation, echo-print your input, etc.
    Last edited by jfd2011; 09-28-2016 at 01:12 AM. Reason: Privacy

  2. #2
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Why did you take the course? Learning to program is a challenging yet rewarding
    experience. If you do not want to do the work - then drop out. Nobody here is
    going to write full programs/applications for you, that is not how it works - paid
    or not.

    If you want help, write some of the code yourself then post it here when you get
    stuck, along with any questions you may have.
    Double Helix STL

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to write pattern programs?
    By san12345 in forum C Programming
    Replies: 4
    Last Post: 02-29-2016, 11:00 AM
  2. How to write programs for PWM in C ?
    By dumbster in forum C Programming
    Replies: 8
    Last Post: 10-31-2012, 03:23 AM
  3. Reroute where programs write to
    By willc0de4food in forum C Programming
    Replies: 7
    Last Post: 09-21-2005, 04:48 PM
  4. Possible to write adaptive programs?
    By crag2804 in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 06-16-2003, 04:35 PM
  5. Write to another programs edit box
    By Zahl in forum Windows Programming
    Replies: 2
    Last Post: 11-16-2002, 06:55 AM

Tags for this Thread