Using the sugar variable from the USCereal, which base R code will produce a hypothesis test to determine if the mean grams of sugar (per one cup serving) is less than the maximum recommended average of 10 grams per serving. Question 3 options: t.test(UScereal$sugars, mu=10, alternative = "less") t.test(UScereal$sugars, mu < 10)