Tester

public class Tester {
  public static void main(String[] args) {  

       int i = 7 ;
       int result = i--;
   
  }
}
What is the final value of result?