If you change static_cast(tax * 100) / 100.0 to static_ cast(tax * 100) / 100 in line 12 i...
If you change static_cast(tax * 100) / 100.0 to static_ cast(tax * 100) / 100 in line 12 in Listing, what will be the output for the input purchase amount of 197.556 ?
Listing SalesTax.cpp
Step-by-Step Solution
Request Professional Solution
Request Solution!
We need at least 10 more
requests to
produce the solution.