Authors: 1. Cabrera, Jean Louis Lance Y. 2. Lu, Bentley Andrew Y. 3. Tan, Arvin Teri L. 4. Uy, Orrin Landon T. How to run(visual studio): 1. Open main.cpp 2. Run by clicking on debug or f5 How to run(command prompt): 1. Open command prompt 2. Change cmd directory to main.cpp's location 3. Type in "g++ -o <output_name> main.cpp" 4. Type output name and enter