MichaelT4646 / Group8

0 stars 0 forks source link

The print statements could be cleaned up by using printf. #8

Open itsteele opened 3 years ago

itsteele commented 3 years ago

Throughout the code there are multiple println() statements, but the code could look a little cleaner if printf() was used. This doesn't make much of a difference, just an organizational idea.