PrepAway - Latest Free Exam Questions & Answers

You need to ensure that the method meets the following requirements…

DRAG DROP
You have a method that will evaluate a parameter of type Int32 named Status.
You need to ensure that the method meets the following requirements:
If Status is set to Active, the method must return 1.
If Status is set to Inactive, the method must return 0.
If Status is any other value, the method must return -1.
What should you do? (To answer, drag the appropriate statement to the correct location in the
answer are
a. 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.)

PrepAway - Latest Free Exam Questions & Answers

Answer:

2 Comments on “You need to ensure that the method meets the following requirements…

  1. jay791 says:

    This would not compile (or I can’t read).

    > You have a method that will evaluate a parameter of type Int32 named Status.

    if status is Int32, then you can’t use strings in case statements. You’d have to use ints. Other than that the answer is correct.




    0



    0

Leave a Reply