Question: B.4-15 Points Write a complete Java program: GreetingMaker -This program prompts users to enter input. If users enter Halloween, the program displays Happy Halloween! This

B.4-15 Points Write a complete Java program: GreetingMaker -This program prompts users to enter input. If users enter Halloween", the program displays "Happy Halloween! This program must have at least 2 methods. (1 of them is the main method.) - Your program's output must be identical to output below B.5 -5 Points Write statements to display the contents of the following 1D space. Please use for-loop. char [] c-rA', 'B', "C','D', 'E', F', 'G'); array in 1 line. The displayed elements are separated by 1 un: Name of the event: Halloween Happy Halloween! BUILD SUCCESSFUL (total time: 4 seconds) B.6-5 Points Write statements to display the contents of this 2D array Each row is displayed in 1 line. The displayed elements are separated by 1 tab. Please use for-loop. String D sArray ("Ant", "Bat", "Cat", "Dog", ("Emu", "Fox", "Gar"], ("Hare", "lbis" ("Jackar)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
