Computer Science, asked by shaikhnoormohammad58, 9 months ago

int m=6,n=8,p=5;if(m==n && n!=p){System.out.println(m*n);System.out.println(n%p);}if((m!=n) || (n==p)){System.out.println(m+n);System.out.println(m-n);} 
Output? ​

Answers

Answered by Aryansingh001
3

Answer:

which language of programming

Similar questions