how could we know that the number entered is a float or integer , the user could enter anything . shouldn’t we first convert it into integer , like we use parseint in javascript
how could we know that the number entered is a float or integer , the user could enter anything . shouldn’t we first convert it into integer , like we use parseint in javascript