I want my user to be able to enter a fraction. I could be lazy and just take num and denom separate...
But I was wondering if there is way I can allow user to enter a fraction like "3/4". And somehow ignore the '/'. I guess I could take it as a string and parse it somehow, but is there a way just to simply ignore the '/'..treating it like whitespace or something.