WAP to find the value of the expression

import java.util.*;
class Sample
{
public static void main (String[] args)
{
int i=5,j=17;
i = ((--j)%8+(j++)*3)%j;

System.out.println("Value: " + i++);
}
}
Labels: , ,
Maintained by Chandrakanta Sen . Powered by Blogger.