Skip to content

My implementation of UCLA's CS31 Winter 2024 Programming Assignment/Project 2. A Sales Tax Calculator application written in C++ that calculates the total payment for a purchase, including sales tax, based on the state where the purchase is made and the date of the purchase. Includes "Error Handling."

Notifications You must be signed in to change notification settings

Kevin-Kwan/UCLA-CS31-Project-2-Winter-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sales Tax Calculator (UCLA CS31 Winter 2024 Programming Assignment/Project 2 Implementation)

Results

Scores 50/50 on the given testcases. image

Disclaimer

This was written in about an hour or two.

This is my own modified implementation of the assignment for the purpose of self-learning C++ and practicing C++ programming.

I am not responsible for any mistakes or errors in this program.

About

This repository contains a C++ application that calculates the total payment for a purchase, including sales tax, based on the state where the purchase is made and the date of the purchase. The application takes into account tax-free periods in different states. The code is well-structured and divided into functions for better readability and maintainability.

Contribution

Feel free to open any issues if you believe there is a mistake regarding the behavior of this program.

About

My implementation of UCLA's CS31 Winter 2024 Programming Assignment/Project 2. A Sales Tax Calculator application written in C++ that calculates the total payment for a purchase, including sales tax, based on the state where the purchase is made and the date of the purchase. Includes "Error Handling."

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages