Change the getRandom function so that it returns a random integer from 1 to 3 (both inclusive).
Tip: Focus only on the modification of the function such that it returns a random value as per the above description. This returned value is then processed internally and produces the output as given in the sample output.