What is the value of max in the below code snippet?
int val1 = 10;
int val2 = 20;
int max = val1 >= val2 ? val1 : val2
Answers
Answered by
2
Answer:
10:20
mark me as brainlist
Answered by
0
Answer:
What is the value of max in the below code snippet?
int max = val1 >= val2 ? val1 : val2
Similar questions
Computer Science,
2 months ago
English,
2 months ago
Biology,
2 months ago
Math,
10 months ago
English,
10 months ago