troyawilliams1230 troyawilliams1230 05-06-2023 Computers and Technology contestada Using R. Roll a pair of dice. Let $X$ be the largest value shown on the two dice. Use `sample()` to simulate five values of $X$. ```{r, echo=FALSE} # This code block resets the random seed in order to get consistent results.