Question: C# if (a > 10) if (b > 10) if(c > 10) result = 1: else if (b > 100) result = 2: else result
C#

if (a > 10) if (b > 10) if(c > 10) result = 1: else if (b > 100) result = 2: else result = 3: else result = 4: else result = 5: What is stored in result when a, b and c are equal to 200? 1 2 3 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
