Question: I need help correcting my code, my code is bellow, I have also attached the expected output of what it should be: public class Lab1c
I need help correcting my code, my code is bellow, I have also attached the expected output of what it should be:
public class Lab1c { public static void main(String[] args) { System.out.print("I want PIE!!!!"); System.out.print("ThePie"); System.out.print(" "); System.out.print("is all "); System.out.print(" "); System.out.print("Gone?"); System.out.print("I am a place holder, the line below can be highlighted! "); System.out.print("This line below the place holder was once blank,now it's not! "); System.out.print(" "); System.out.print("Easy as pie"); System.out.println("I am a place holder, the line below can be highlighted! "); System.out.println("This line below the place holder was once blank,now it's not!"); System.out.println(""); System.out.println("Easy as pie"); } }

Latest submission 1:00 PM on 09/14/17 Total score: 0 5 1: Compare output ^ 0/5 I want PIE!!!!ThePie is allJ Gone?I am a place holder, the line below can be highlighted! This line below the place holder was once blank,now it's not! Eas Your output as pieI am a place holder, the line below can be highlighted! This line below the place holder was once blank,now it's not! Easy as Easy as ple Easy as pieEasy as pieEasy as pie I am a place holder, the line below can be highlighted! This line below the placeholder was once blank,now it's not! Easy as Expected output pie I want PIE!!!! ThePie is all GONE? Only show failing tests Download this submission
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
