Question: 5. Use while-end, if-end, brek commands to solve the numerical problem Write a script file named PBTask3p5.m that sums a sequence of random numbers (use

5. Use while-end, if-end, brek commands to solve the numerical problem Write a script file named PBTask3p5.m that sums a sequence of random numbers (use randn) until the sum is greater than 10. If the random numbergenerated is greater than 3, exit the loop immediately without doing the sum. Display the sum of the random numbers and the last random number generated in command window when the program terminates. The display format may like this: PETask3p5 The um o the rand om numbers is: 10.571232 The last random number generated : 1.618112
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
