To simulate the dispensing of pop via the command line.
Program was developed for a school assignment in a Second Year C course at Toronto Metropolitan University.
To compile and run, run the command "gcc -o pop pop.c" to create the executable C file. Then run the executable by typing the command "./pop [enter number between 30 and 105]" ex. "./pop 35" By following the above steps, you will then enter the program and further instructions will assist you in using it accordingly. You can type "e" or "E" as an option to exit the program (hidden feature).