akosiraff

Download StateSalesTax C++ Answer

Jul 16th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1.  
  2. Download: https://solutionzip.com/downloads/statesalestax/
  3. Checkpoints:Documentation
  4. Name
  5. Lab Number, name and purpose of program
  6. Minimum of 4 other meaningful comments in the code (e.g. //Statements is NOT meaningful)
  7. Self-documenting variable names
  8. Input the month and year as one string. Hint: use getline()
  9. Rate of state sales tax of 5.6% is to be a preprocessor directive (this means the identifier name must be all UPPERCASE and begin with #define).
  10. Rate of county sales tax of 3.3% is to be a memory constant declared local to main().
  11. Test data: January 2017 and total collected of 81673.67
  12. Output is to contain your name printed using cout object
  13. Output is to be copied and pasted as a comment below the source code.
  14. Decimal points must be lined up beautifully as shown above. This means you need to use iomanip, setprecision(), fixed, setw() at minimum.
  15. Download: https://solutionzip.com/downloads/statesalestax/
Add Comment
Please, Sign In to add comment