Ask Question
2 August, 04:15

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. 2 August, 08:01
    0
    Second one, but i am not sure. I think i recall correctly
Know the Answer?
Not Sure About the Answer?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers