Complete the function that receives as input a string, and produces outputs according to the following table: Input Output "Jabroni" "Patron Tequila" "School Counselor" "Anything with Alcohol" "Programmer" "Hipster Craft Beer" "Bike Gang Member" "Moonshine" "Politician" "Your tax dollars" "Rapper" "Cristal" anything else "Beer" Note: anything else is the default case: if the input to the functio..