Hi,
I write the below code,
If I'm running code with RR ,all result of SJF algorithm is zero !!
if i'm running without RR, sjf is ok,
Why?


package program;

import java.util.*;