Question: This must be done without using break Nesting loops 4. In this assignment you will need to nest two WHILE loops: Write a MATLAB program

This must be done without using "break"
Nesting loops 4. In this assignment you will need to nest two WHILE loops: Write a MATLAB program that will collect an integer from the user. As long as the first integer is not negative and also not zero, collect a second integer. As long as the second integer is non-zero, add the product of the two integers to a running total and collect a new second integer. Show the total each time the running total is changed. Command Window Integer #1: 3 Integer #2: 2 Integer #2: 5 Integer #2: 7 Integer #2: 04 Integer +2: -4 Integer #2: 2 Integer +2:0 Integer #1: 5 Integer #2: 1 Integer #2: 10 Integer #2: O Integer #1: 0 The running total 13: 103.00 When the second integer becomes zero, collect a new first integer and begin the process again. Finally, when the first integer becomes negative or zero, the running total is reported The demo shown omits some of the printing so that the important information can be displayed on this page. >>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
