[text] Question 1 A statistician would like to simulate rolling a single die until she has rolled the die a total of 100 times or she rolls a Six 2 total of 25 times whichever comes firs. Which boolean expression should she use for the missing code to accomplish this var xolls 0 var sixes 0 unile missing code var nextRoll randomNumberl 6 1 nexsRoll simes sixes 1 i zolls rolls 1 3 console.logzolls console.logsixes s.rolls 100 sixes 25 bozolls sixes sixes 25 crolls 100 sixes 25 dzolls 0 iz sixes 25 X e.rolls 100 2z sixes 25
in Javascript, Programming, Testing