Skip to content

picuu/itb-water-invoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

GitHub code size in bytes GitHub last commit Kotlin logo IntelliJ IDEA logo

📌 Overview

Modular Kotlin project that emulates calculating a water bill invoice.

🔍 Table of Contents

📁 Project Structure

├── .gitignore
├── .idea
│   ├── .gitignore
│   ├── gradle.xml
│   ├── kotlinc.xml
│   ├── misc.xml
│   └── vcs.xml
├── build.gradle
├── gradle.properties
├── gradle
│   └── wrapper
│       ├── gradle-wrapper.jar
│       └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── settings.gradle
└── src
    ├── main
    │   └── kotlin
    │       ├── AppMessages.kt
    │       ├── Functions.kt
    │       ├── Main.kt
    │       ├── consoleColors.kt
    │       └── utilities.kt
    └── test
        └── kotlin
            └── FunctionsKtTest.kt

📝 Project Summary

🚀 Execution

Caution

To execute the application you may have the Amazon Corretto 17 SDK.

This is an example of the code execution: Code Execution

Important

All functions have data type error and range error control. The program is safe to use without any problems.

About

Modular Kotlin project that calculates the water invoice price.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages