Skip to content

Very basic calculator in Kotlin that takes an infix notation, converts it to post fix internally, and then outputs the correct result.

Notifications You must be signed in to change notification settings

mchlkoval/RPNCalculator

Repository files navigation

RPNCalculator

Very basic calculator in Kotlin that takes an infix notation, converts it to post fix internally, and then outputs the correct result.

Environment:

As you may have noticed .idea files are included as this was made in Android Studio, run it in android studio.

About

Very basic calculator in Kotlin that takes an infix notation, converts it to post fix internally, and then outputs the correct result.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages