I have a problem with character string manipulation, im trying to prompt the user to enter a float (i.e. a numerical value) but the user can decide to close the program if he/she enters "exit". I tried using the isdigit and isalpha functions, but they only return a value of 0, which would force me to re-prompt the user. Any suggestions on how to immediately quit the program once the user enters "exit" ?