[public static void PrintNum () {
int i;
int j = 0;
for (i =100; j<5; i=i)j=100-(i-=1);
System.out.println(i);
} ]
I'm not following how it calculated to 95 since I'm confused with this
part i=i)j = 100-(i-=1);
Thank you in advance for clarification