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
Select the output for following set of code. static void Main(string[] args) { int i = 2, j = 4; switch (i + j *
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Select the output for following set of code. static void Main(string[] args) { int i = 2, j = 4; switch (i + j *
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!