Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 218 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 218 Bytes

Calculator with reverse Polish notation as a starter project that I use to learn Kotlin. Hosted on replit https://replit.com/@jdonges1/RPNCalc

Example:

Input>9 sqr 18 + 3 /
33.0
Input>3 * 1 +
100.0
Input>exit