Reputation: 497
I'm not able to use isDigit() in my program. When I use it says "The method isDigit(char) is undefined for type calculator". *calculator is my class. *I'm trying to go through all the characters of a string and check whether they are valid input characters for a calculator.
Upvotes: 2
Views: 3972