Question: ITE254: Web Programming 2 3. Given the following secondary function function funStuff (x, y,z)( xy+30; zx+20; y+10; return y And given a segment of the

 ITE254: Web Programming 2 3. Given the following secondary function function

ITE254: Web Programming 2 3. Given the following secondary function function funStuff (x, y,z)( xy+30; zx+20; y+10; return y And given a segment of the code from a main function var num1 70; var num2- 50; var num3 60; while( num1 > num3) ( iff num2 > num1)( num3 funStuff( num1, num2, num3 ): else f num2 funStufff num1, num2, num3); Il ends while loop Answer the following questions (4 points each) a) What is the final value assigned to num1? b) What is the final value assigned to num2? c) What is the final value assigned to num3

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!