Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vargascardona/kotlin-excercises
Kotlin recursive division and employee-client system implementation excercises.
https://github.com/vargascardona/kotlin-excercises
educational-project exercises functions kotlin workshop
Last synced: 7 days ago
JSON representation
Kotlin recursive division and employee-client system implementation excercises.
- Host: GitHub
- URL: https://github.com/vargascardona/kotlin-excercises
- Owner: VargasCardona
- License: gpl-3.0
- Created: 2024-08-22T02:23:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T02:46:25.000Z (3 months ago)
- Last Synced: 2024-08-22T03:33:20.680Z (3 months ago)
- Topics: educational-project, exercises, functions, kotlin, workshop
- Language: Kotlin
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![logo](https://github.com/user-attachments/assets/33059642-7f3a-47ca-8d0d-b65b35719454)
# Kotlin Exercises
This repository contains the solutions for two Kotlin programming assignments:
1. Recursive Division: Implement integer division using successive subtraction.
2. Employee-Client System: Design and code a management system with CRUD operations and data analysis.
Each exercise includes problem statement and requirements. Solutions are provided.## Developed by
- Nicolás Vargas Cardona
- Mateo Loaiza García## Getting Started
1. Clone the repository
2. Open in a Kotlin IDE
3. Compile each file by itself