Tester

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

      String s = "I love quizJET!";
      int result = 8 + s.length();
      
 }
}
What is the final value of result?