Program written in Java utilizing loops, methods, and matrixes. Objective of program was have the 2 user inputs. 1st being a number and 2nd input being a value to add by. The program should then store the 1st number in an array and output the 'new' number, stored in matrix after calculations have taken place. All edge cases,runtime complexity(BigO) have been taken into consideration and comments were used for documentation and debugging purposes.
**GITHUB SOURCE CODE IS PROVIDED AS A METHOD OF LEARNING AND REVIEWING. THIS PROJECT IS OPEN SOURCE & VIEWERS HAVE AUTHORITY TO MODIFY AND ADD-ON TO THE CODE, HOWEVER I DO - NOT GIVE PERMISSION FOR THIS CODE TO BE COPIED/FORKED, OR TO BE REPUPLOADED AS YOUR OWN WORK OR USED FOR ANY OTHER PURPOSE STATED ABOVE**
PwDefender is a Python based Password Manager application. Uses Sqlite as the Database module to store passwords locally on a PC.