- author: Hao Lan
- Student ID: 013979004
- As a part of CMPE 202 Individual project, this project is designed to process and validate credit card from various providers such as Visa, MasterCard, American Express, and Discover.
The Credit Card System is a Java-based application that allows for the validation of credit card numbers.
To set up the Credit Card System, you will need to have Java installed on your machine. Follow these steps:
- Clone the repository to your local machine:
git clone [email protected]:LennyLan11/CreditCardSystem.git
- Navigate to the cloned directory:
cd CreditCardSystem
- Compile the Java files (ensure you have JDK installed):
javac -d . src/creditcardsystem/*.java
See file "CMPE202 Individual Project partI" for the submission content.
See file "personal project 202 partII" for the submission content.