Thread: Need Help

  1. #1
    Registered User
    Join Date
    Jun 2016
    Posts
    1

    Need Help

    Can I get the answer for this program in C language

    Implement a simple football league system that will record and display the league according to the following specification:
    Each Team will have the following attributes:
    · Name
    · Games played
    · Games won
    · Games lost
    · Games drawn (this should be a calculated value)
    · Points (calculate using 3 points for a win and 1 for a draw)

    Your program must include the following functionality:
    · The ability to enter a team’s results from the keyboard. (25%)
    · All records entered must be written to a text file. (25%)
    · The system must allow new records to be added to the end of the file. (20%)
    · An option to read the file and display the information on the screen should be given. (10%)
    · Your program should run all the above functions without shutting down.
    · You can include any additional functionality that you consider would make the program more useful or user friendly. (10%)

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > Can I get the answer for this program in C language
    By which I assume you mean you can roll in with some requirements and roll out again with some code you can hand into teacher.

    No - you can't.
    http://cboard.cprogramming.com/c-pro...uncements.html

    If you want help, make an effort.
    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

Tags for this Thread