Determine the final value of y, if x is 10. Assume there is no error in the code segment. y (x%2==="0" ? 10 : 20 ); Answ
Posted: Mon Jun 06, 2022 5:46 pm
Determine the final value of y, if x is 10. Assume there is no error in the code segment. y (x%2==="0" ? 10 : 20 ); Answer: