Computer Science, asked by TahirAhmad6200, 5 hours ago

What will be the value of sum when val= 1000



int val , sum, n=750;

sum = n+val > 1750 ? 400 : 200 ;

System.out.println(sum)​

Answers

Answered by amrithaadithya2010
0

Answer:

1 << val); // checker = checker | (1 << val);

Explanation:

Similar questions