phillipsjustin101 phillipsjustin101 29-09-2022 Computers and Technology Answered What is output by the following program? def sample (val): val = val - 8 #MAIN n = 16 sample (n) print (n)