Question: Pleese answer this Select the relevant C# code set to fill up the blank for the following C# program? int x = 10, y =

Pleese answer this
Select the relevant C# code set to fill up the blank for the following C# program? int x = 10, y = 20; int result; // choose correct option Console.WriteLine(result); a) result= x % y == 0 ? (x == y ? (X += 2):(y = x + y)):y = y*10; b) result= x % y == 0 ? xiy c) result= x % y == 0 ? y += 10:(X += 10); d) b OR c are correct e) Compilation Errors
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
