int a,b,c,d;
a=10;b=15;c=25;
d=!(c>b&&b>a);
Answers
Answered by
0
Answer:
d=25
provided in the question
Similar questions