A simple, console-based project written in Kotlin for computer science seminar (just learning the language as I am coding).
Requirements and How I met Them:
- I wrote 100% of this code myself.
- All methods (two) run without error and give expected results for expected inputs.
- All invalid-user-input gives proper feedback. No Unhandled Exceptions.
- Code is consistently formatted and easily readable.
- Sources are appropriately cited (I have none to site though).
- All methods and classes are appropriately commented (maybe a bit too much :) ).
- Program "goes above and beyond expectations of the minimum requirement." Given that the minimum is a hello world program, I think that this at least exceeds the minimum if not proceeding to far beyond expections.
I specifically ran the GuessANumber.kt (not the project) file located in src/main/kotlin via the IntelliJ integrated compiler running with JVM 1.8 and JRE 17.0.1. Any other configuration has not been tested and is not intended for use or guaranteed to work.