public class Tester { public static void main(String[] args) { String s = "I love quizJET!"; int result = 8 + s.length(); } }