|
well if u are entering the 4'7" exactly as the input, u can't expect the ' and " to add it up themself so the first thing to do is to take it away and do the math later
u can use str.charat() and follow by an if to check if it is the ' or "
and to ignore that latter when doing addition
|