ucla-cs31
There are 2 repositories under ucla-cs31 topic.
Kevin-Kwan/UCLA-CS31-Project-2-Winter-2024
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."
Kevin-Kwan/UCLA-CS31-Project-3-Winter-2024
My implementation of UCLA's CS31 Winter 2024 Programming Assignment/Project 3. A Quality Control (QC) Testing application written in C++ that validates and analyzes QC test results. The application checks if a QC result string is valid, calculates the total number of tests, passes, defects, and batches, and handles errors appropriately.