Write some code that will pick 5 random numbers (not necessarily integers) given the following:What 5 numbers satisfy these constraints?
- Each number is greater than or equal to 1
- Each number is less than or equal to 5
- Their sum has to be 20
See your results here: