Hi,
I am having trouble figuring out the right construct 2 code for the following psuedocode:
1.) Generate a random set of numbers so: Generate between 4 and 10 different random numbers.
2.) The tricky part I am struggling with: If user clicks on these numbers in order of sequence then start the sequence from beginning, if one of them is not clicked on in the right order then start the sequence from the beginning but the use gets no point.
Also how do I generate the numbers as negatives additionally?