-- Homework 17, problem 3: print the average only when count > 0. local total = 90 local count = 0 -- try a real number too -- TODO: if count > 0 and ... then print average else "no data"