Computer Science, asked by reenaj71, 3 months ago

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 ijatinthakur
1

Answer:

c=true

Explanation:

as it is asked in boolean form

Similar questions
Math, 1 month ago