0
I need some help with this code
Iâm trying to make a small calculator program that the user can input the numbers, but every time I try to run the program it gives me an error https://code.sololearn.com/cjMggI1ZqA63/?ref=app
2 Answers
+ 2
Julian Walker hi julian, you should convert the A & B to the integers before you use any mathematical operation into it.
https://code.sololearn.com/c5ZWtpOEb2I5/?ref=app
0
Oh thanks