Tester

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

      int d = 2 ;
      double result =  d + 13;
      
  }
}
What is the final value of result?