Software

While my focus has been mainly around hardware I have delved into software. The languages that I have used over the years is C++ and Python.

C++

Luhn’s Algorithm

Mod-10 Algorithm to verify the validity of a credit card number.

Karaca’s Encryption Algorithm

Encryption and Decryption of .txt files.

Object Oriented Parent and Child Class

Project designed to review the capabilities of C++ to manage several child classes utilizing input data.

Connect Four

This code allows two users to play connect four while keeping track of the wins, losses, and ties of the two users.

Radian / Polar Convertor

This code allows a user to input a value and which conversion to take place on their value. Either radian to polar or polar to radian.

Grade Calculator

This code allows the user to calculate their final grade for a class with weighted averages.