Computer Science, asked by adityakundu26, 1 day ago

Predict the output:

a) int p=3,q=3,r=4;
r+ = ++p%++q * --q + --r
b) int m= 10 , n=5;
m++ /--m+ +n++ + - -n
c) System.out.println("Science")
System.out.print("Commerce")
System.out.prinln("Hummanities")
d) int a= 100,b =200,c;
c= (a-b)<(b-a) ? 2000:4000; (Give reason) ​

Answers

Answered by esvansh0710
1

Answer:

mark me btainlist

Explanation:

i dare u

Answered by jaswasri2006
0

 \huge \tt a) \:  \: pqr

Similar questions