while never ends 11-10-2020, 06:32 PM
#1
so the task was to extend a previous calculator app that i wrote. i am supposed to extend the code so that after each calculation, it asks the user if they want to enter another calculation, if they do they should type "y" and the calculator should repeat.
i'm using a while loop to do this but when i run it, it never ends.
i'm extremely new to coding, any help will be appreciated.
https://paste.ofcode.org/X6WjDAETVumLj6JXqebPDy
i'm using a while loop to do this but when i run it, it never ends.
i'm extremely new to coding, any help will be appreciated.
https://paste.ofcode.org/X6WjDAETVumLj6JXqebPDy
(This post was last modified: 11-10-2020, 06:34 PM by steadyremiix.)