You need some help starting this! It's a Java problem
Write a method called "totalHours" that takes three integer arguments (number of weeks, number of days, number of hours) and returns the total integer hours represented by the weeks, days and hours. No error checking on arguments is needed.