Write some code that will pick 5 random numbers (not necessarily integers) given the following: Each number is greater than or equal to 1 Each number is less than or equal to 5 Their sum has to be 20 What 5 numbers satisfy these constraints?← Back to challenges | Lessons