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 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
Get step-by-step solutions from verified subject matter experts
