What is the output of the following code? String[] daysOfWeek = {"Monday", "Tuesday", "Wednesday", "Thursday", "Friday"}; System.out.println(daysOfWeek.length);