Question: Please answer the questions as soon as possible . Thank you . Question 2 Consider an algorithm of a function which is represented by the

Please answer the questions as soon as possible . Thank you .
Question 2 Consider an algorithm of a function which is represented by the following pseudocode: Not yet answered Marked out of 1.00 function myfunction (n) Flag question if(n=0)y=0elseif(n==1)y=1elsexyforzxy=0=1i=1ton=x+y=y=zreturny Determine the output of myfunction (11). Answel Question 3 Consider an algorithm of a function which is represented by the following pseudocode: Not yet answered Marked out of 1.00 function myfunction (n) if (n==0) return 0 elseif (n==1) return 1 else return myfunction (n1)+ myfunction (n2) Flag question Determine the output of my function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
