Ask Question
18 October, 10:48

Which line of code will generate a random integer between 7 and 77?

rng. nextInt (7, 77);

rng. nextInt (77) + 7;

rng. nextInt (71) + 7;

rng. nextInt (77 + 7);

+5
Answers (1)
  1. 18 October, 12:24
    0
    Second one, but i am not sure. I think i recall correctly
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which line of code will generate a random integer between 7 and 77? rng. nextInt (7, 77); rng. nextInt (77) + 7; rng. nextInt (71) + 7; ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers