Page 1 of 1

Select output for following set of code. static void Main(string[] args) { int i = 2, j = 3, k = 4; switch (i +

Posted: Thu Jul 14, 2022 9:07 am
by answerhappygod
a) 1 3 1
b) 2 3 4
c) 5 3 4
d) Compile time error