Skip to content

This program takes in two text files, one containing card data (card number, expiration date, card type, etc.) and one containing transaction data (type of transaction, transaction amount, etc.). The program then matches all transactions and card information with the appropriate person/account, and prints each account statement in an organized a…

maxlchen/CSE-114-Final-Project

Repository files navigation

CSE-114-Final-Project

This program takes in two text files, one containing card data (card number, expiration date, card type, etc.) and one containing transaction data (type of transaction, transaction amount, etc.). The program then matches all transactions and card information with the appropriate person/account, and prints each account statement in an organized and coherent fashion. Sample input files are included.

About

This program takes in two text files, one containing card data (card number, expiration date, card type, etc.) and one containing transaction data (type of transaction, transaction amount, etc.). The program then matches all transactions and card information with the appropriate person/account, and prints each account statement in an organized a…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages