In MATLAB, the script should use bothfor and while loops.
Game Mode: Randomly generates 10 unique(e.g. non-repeating) multiplication problems that involvemultiplying the integer selected in the previous step by an integervalue between 2 and 12, inclusive, after which the following reportshould be displayed in the Command Window.
You correctly answered __ out of __ problems (__%) involving__s.
The number of correctly answered problems appears in the firstblank, the total number of problems appears in the second blank,the percentages of problems answered correctly appears in the thirdblank, and the integer the user selected in step 1 appears in thelast blank.
-- After completing a round of the game, the user should havethe option to play another round or quit the game.