testing user input before storing rational<int> c1; int c1; cin >> x; for(int i = 0; i < x.length(); i++) if(! (x...
testing user input before storingi figured it out for(int i = 0; i < x.length(); i++) if(! (x[i] >= '0' && x[i] <= '9' ...
testing user input before storinghow would i implement that statement, if(the inputted string contain '/') assign it to fraction ...
testing user input before storingso lets say i ask a user for input, "type in a number". how do i test it so if it is an integer, i ...
This user does not accept Private Messages