Page 1 of 1

do in java please create a function randValBetween that takes 2 integers and returns a random value between the 2 (inclu

Posted: Thu May 05, 2022 1:18 pm
by answerhappygod
do in java please
create a function randValBetween that takes 2 integers and
returns a random value between the 2 (inclusive).
solution should include writing the function,
calling from main, and displaying the results