a) 5 7
b) 9 13
c) Compile time error
d) 9 7
Select the output for following set of code. static void Main(string[] args) { int i = 9 , j = 7; 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 = 9 , j = 7; 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!