An open API service indexing awesome lists of open source software.

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.

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.