"Captain Code" needs to log the time he spends with each language.

Create a timeSpent() method that takes a language and an hours parameter and returns a string. Add the strings together and return the result.

Excellent! We have to define the timeSpent() method outside of the main() method but call it from there.