Question: Learning Scala : Ch 5: Functions as first class citizens The library function util.Random.nextInt returns a random integer. Use it to invoke the max function
Learning Scala : Ch 5: Functions as first class citizens
The library function util.Random.nextInt returns a random integer. Use it to invoke the max function with two random integers plus a function that returns the larger of two given integers. Do the same with a function that returns the smaller of two given integers, and then a function that returns the second integer every time.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
