Question: What are the errors in the following code? Program #4 package com. IST242Apps; = = = class Credits { public static void main(String[] arguments) {

![com. IST242Apps; = = = class Credits { public static void main(String[]](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f31498e5ff1_55266f3149839b90.jpg)


What are the errors in the following code? Program #4 package com. IST242Apps; = = = class Credits { public static void main(String[] arguments) { String title "Sharknado"; int Year 2013; String director = "Anthony Ferrante" String rolel "Fin"; String actor1 = "Ian Ziering" String role2 "April"; String actor2 = "Tara Reid" String role3 "George"; String actor3 = "John Heard" String role4 "Nova"; String actor4 "Cassie Scerbo" = = II "An " WWW System.out.println(title + ( + year + ) + + "director" + film. " + rolel + "\t" + actori " " + role2 + "\t" + actor2 " + role3 + "\t" + actor3 " " + role4 + "\t" + actor4 "\t"); } } This should be the program's expected output below. S Output - IST240Apps (run) PiePanel.java PieFrame.java x run: Sharknado (2013) An Anthony Ferrante film. Fin Ian Ziering April Tara Reid George John Heard Nova Cassie Scerbo BUILD SUCCESSFUL (total time: 1 second)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
