https://github.com/praisespjmt/student-record
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.
https://github.com/praisespjmt/student-record
Last synced: 5 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/praisespjmt/student-record
- Owner: PraisesPJMT
- Created: 2024-06-21T09:40:26.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-20T20:44:28.000Z (almost 2 years ago)
- Last Synced: 2025-09-24T15:43:09.098Z (9 months ago)
- Language: C
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📚 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 https://github.com/PraisesPJMT/student_record_system.git`
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](https://github.com/PraisesPJMT)
### IPADEOLA KABIR ADENIYI
- Email: ipadeola.kabir@miva.edu.ng
- GitHub: [@Pintogen](https://github.com/Pintogen)
### MODEBELU EKENE GODWIN
- Email: ekene.modebelu@miva.edu.ng
- GitHub: [@kendobest](https://github.com/kendobest)
### ULOKO JONATHAN
- Email: jonathan.uloko@miva.edu.ng
- GitHub: [@mivasch](https://github.com/mivasch)
## 👏 Acknowledgements
- Miva Open University Nigeria for providing the course materials and resources.
- The Codeium engineering team for their support and guidance.