Computer Science, asked by hitmanprakhar, 11 months ago

int a,b,c,d;
a=10;b=15;c=25;
d=!(c>b&&b>a);​

Answers

Answered by stava68
0

Answer:

d=25

provided in the question

Similar questions