Problem
Write a static method that receives three integer arguments, computes their sum, then divides the sum by the third one to form a quotient (which might not be an integer), stores that quotient in a local variable, then prints out that local variable. The method must then return the integer part of the quotient as the integer return value from the method.