Relative Content

Tag Archive for kotlincalculator

Calculator in Kotlin

I am a beginner and i am trying to create a simple calculator, but i am having an issue. Performing an arithmatic operation is giving an Error message. Ex. When i click 5 and then the addition operator then 5 again and then the equalTo button it is giving the message “Error” on the textField instead of 10. This is happening with all the arithematic operators.