This code is confusing help me out please

/**
*
*/
public class peck
{

/**
 * 
 */
static public void main(String[] args)
{
int m=2;

int n=15;
for(int i=1;i<5;i++)

m++;–n;
System.out.println("m= "+m);

System.out.println("n= "+n);
}
}

@datarunner53582 What about the code is confusing?

1 Like

the output is m=6 and n= 14 how