Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use while-end, i f -end, break commands to solve the numerical problem Write a script file named PBTask3pS.m that sums a sequence of random numbers

Use while-end, i f -end, break commands to solve the numerical problem

Write a script file named PBTask3pS.m that sums a sequence of random numbers (use rancin) until the sum is greater than 10. If the random number generated 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:
>> PBTask3p5

The sum of the random numbers is: 10.571232

The last random number generated is: 1.618112

Step by Step Solution

3.32 Rating (158 Votes )

There are 3 Steps involved in it

Step: 1

CODE declare initiaize sum variable sum00 declare initiaize randomno ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

College Mathematics for Business Economics Life Sciences and Social Sciences

Authors: Raymond A. Barnett, Michael R. Ziegler, Karl E. Byleen

12th edition

321614003, 978-0321614001

More Books

Students also viewed these Programming questions