Coding challenge

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

Type your code here:


Lua reference

See your results here: