51.5k views
0 votes
Predict the output

int ma3, n = 5, p=4
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 printen (m-n))
}​

1 Answer

5 votes

Answer:

the output will be "hello word"

User Lummo
by
8.1k points