How should you complete the relevant code?

DRAG DROP
You are adding a function to a membership tracking application. The function uses an integer named memberCode as an input parameter and returns the membership type as a string.
The function must meet the following requirements:
• Return "Non-Member" if the memberCode is 0.
• Return "Member" if the memberCode is 1.
• Return "Invalid" if the memberCode is any value other than 0 or 1.
You need to implement the function to meet the requirements.
How should you complete the relevant code? (To answer, drag the appropriate statements to the correct locations in the answer area. Each statement may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Select and Place:

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.