I am just trying to check if the input that the user enters is an integer or something else. I know that I probably need to take the input as a string and then check every part of the string. But I am still lost with how to implement it.
I am just trying to check if the input that the user enters is an integer or something else. I know that I probably need to take the input as a string and then check every part of the string. But I am still lost with how to implement it.