What output will be produced by the following code double ti
     What output will be produced by the following code? double tide[] - (12.2, -7.3, 14.2, 11.3); System.out.println(\"Tide I is \" + tide(1))/System.out.println(\"Tide 2 is \" + tide(2));![What output will be produced by the following code? double tide[] - (12.2, -7.3, 14.2, 11.3); System.out.println(\  What output will be produced by the following code? double tide[] - (12.2, -7.3, 14.2, 11.3); System.out.println(\](/WebImages/44/what-output-will-be-produced-by-the-following-code-double-ti-1138803-1761610272-0.webp) 
  
  Solution
Question 1: String[] entry = {\"Mitt Romney\", \"Melania Trump\", \"Michelle Obama\"};
Question 2:
This will print the lines:
 Tide 1 is -7.3
 Tide 2 is 14.2
![What output will be produced by the following code? double tide[] - (12.2, -7.3, 14.2, 11.3); System.out.println(\  What output will be produced by the following code? double tide[] - (12.2, -7.3, 14.2, 11.3); System.out.println(\](/WebImages/44/what-output-will-be-produced-by-the-following-code-double-ti-1138803-1761610272-0.webp)
