I am trying to figure out how to write in Java how many steps it takes to complete one statement. Example: int n; 1 step for(i = 0; i < n; i++) 2n+1 steps total steps: