Page 1 of 1

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

Posted: Thu Jul 14, 2022 9:07 am
by answerhappygod
a) 3 to 10 will be printed
b) 1 and 2 will be printed
c) error
d) The code gives output as 3 to 10