Q1. Give output-
a) If y=6 then find z+= ( y * ( y++ + ++y))
b) If x=10; then find the value of x+ = x++ * x++
c) If p=2, q=100 then find the value of m in given expression int m =(q - p)>(p - q)? (p*q):(q - p)
d) System.out.println(“school”.charAt(2));
Answers
Answered by
3
Answer:
write the question correctly please
Similar questions