State the final value stored in the variable c? int a = 7;
int b = 10;
boolean c=a<b? a % 2 :a/2;
Answers
Answered by
1
Answer:
c=true
Explanation:
as it is asked in boolean form
Similar questions
Geography,
1 month ago
English,
1 month ago
Computer Science,
3 months ago
Math,
3 months ago
Computer Science,
10 months ago
Math,
10 months ago
Science,
10 months ago