Logo Lanfrica

PraisesPJMT/student-record

Domain:

education
Creator:
Pra
Host:
This is a laboratory exercise for the COS 201 - Computer Programming I course at the Miva Open University Nigeria for the Software Engineering program. The program is designed to demonstrate the use of arrays and loops in C programming. # 📚 Laboratory Exercise for COS 201 - Computer Programming I 📚 ## 📝 Description This is a laboratory exercise for the COS 201 - Computer Programming I course at the Miva Open University Nigeria for the Software Engineering program. The program is designed to demonstrate the use of arrays and loops in C programming. It calculates the sum of the first 100 natural numbers and prints the result. ## 🚀 Running the Program To run the program, you will need to have a C compiler installed on your system. Here are the steps to run the program: 1. Clone the repository: `git clone github.com` 2. Navigate to the project directory: `cd student_record_system` 3. Compile the program: `gcc -o main.c` 4. Run the program: `./main` ## 🛠 Setup Before running the program, make sure you have the following dependencies installed: - C compiler (e.g. gcc) If you don't have the C compiler installed, you can install it by following the instructions for your operating system. ## 👋 About the Author ### Musa Praises Tula - Email: praises.musa@miva.edu.ng - GitHub: @PraisesPJMT ### IPADEOLA KABIR ADENIYI - Email: ipadeola.kabir@miva.edu.ng - GitHub: @Pintogen ### MODEBELU EKENE GODWIN - Email: ekene.modebelu@miva.edu.ng - GitHub: @kendobest ### ULOKO JONATHAN - Email: jonathan.uloko@miva.edu.ng - GitHub: @mivasch ## 👏 Acknowledgements - Miva Open University Nigeria for providing the course materials and resources. - The Codeium engineering team for their support and guidance.