Multiple choice Which of the following is the correct method of using the 'if statement' in c#? if expression text if true expression if# text if true #if expression text-if-true #endif #elif Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is the correct method of using if statement as it requires #if directive to be used.