int a = 8, b = 13, c = 0;
if (a > 10 || b > 10)
c = 10;
else
c = 5;
What is the value of c?
Answers
Answered by
0
Answer:
I guess the answer is 10
Explanation:
because the condition in if statement is true... so from my point of view the answer is 10
Similar questions
Social Sciences,
3 months ago
Math,
3 months ago
Physics,
3 months ago
Geography,
6 months ago
World Languages,
6 months ago
Social Sciences,
10 months ago
Social Sciences,
10 months ago