Page 1 of 1

Select the output for following set of code. static void Main(string[] args) { int i = 9 , j = 7; switch (i - j

Posted: Thu Jul 14, 2022 9:07 am
by answerhappygod
a) 5 7
b) 9 13
c) Compile time error
d) 9 7