I am creating a program where I have to ask the user the same question, until they type "Stop"
My issue is,
The user input has to be a float, but still be able to recognize when the user types "stop" so it will stop asking the question . Im having difficulty doing this.