SALES_TAX
and set the value of this constant to be 0.06.
SALES_TAX
than the floating point literal 0.06 in a program.
string word; cin >> word;
cin.ignore(25,'x');
getline(cin, myString);
4
and 3
, the output would be 4/3 = 1 and 1/3
, while the input 6
and 2
will output 6/2 = 3 and 0/2
. You may assume that b will not be 0.