Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered
Refactor the Gaussian.java class. Everything is in the main function and it reads the data from the console. Instead, make it take in an ArrayList and return an ArrayList with the answer. Lower the CC of the function by dividing the function.
Also, add a Junit test for the class.