The Note Management System is a C-based application designed to manage notes by calculating the average of a series of input notes. The program prompts the user to input the note format and subsequent notes, ensuring that each note does not exceed the specified format. It then calculates and displays the average note, continuously updating the average as more notes are input. This project aims to provide a simple and efficient way to manage notes, making it easier to track and analyze notes over time.
- Calculates the average of a series of input notes
- Prompts the user to input the note format and subsequent notes
- Ensures that each note does not exceed the specified format
- Continuously updates the average note as more notes are input
- Displays the new average note after each update
- Programming Language: C
- Libraries:
stdio.hfor standard input/output operationsstdlib.hfor memory management and utility functionsmath.hfor mathematical functions
- Development Environment: Any C-compatible IDE or compiler
To install and run the Note Management System, follow these steps:
- A C compiler (e.g., GCC)
- A code editor or IDE (e.g., Visual Studio Code)
- Clone the repository to your local machine
- Navigate to the project directory
- Compile the
note-gestionar.cfile using a C compiler (e.g.,gcc note-gestionar.c -o note-gestionar) - Run the compiled executable (e.g.,
./note-gestionar)
- Run the Note Management System executable
- Input the note format when prompted
- Input the first two notes when prompted
- The program will calculate and display the average note
- Continuously input additional notes to update the average note
note-gestionar/
|-- note-gestionar.c
|-- README.mdContributions are welcome! If you'd like to contribute to the Note Management System, please fork the repository and submit a pull request with your changes.
The Note Management System is licensed under the MIT License.
For questions or concerns, please contact us at [insert contact email or link].
Thank you for using the Note Management System! We hope it helps you manage your notes efficiently. Readme made by https://readmestudio.zenui.net/