Produce a list of 20 random whole numbers between 1 and 5 using a spreadsheet.
If using Excel, investigate the RAND( ) and INT functions. The RAND() function
produces a random number between 0 and 1, so you will need to multiply by a
constant factor to scale your final output appropriately. Copy your test
formula(e) to several cells to test empirically whether it works.