Write the complete myfnc function to return the value 1 if they are equal and return the value 0 if they are not equal. (It should not take more than 6 lines, with one local variable defined, one for loop (no else) and one if statement. Youll want to use MYNUM within this function.