Lab 2 1 Problem 1 Saved Write Single Program Following Print Following Using Three Separat Q43888886


I wonder a true answer please, I don’t know where iswrong.
Lab 2 / 1. Problem 1 saved Write a single program that will do the following: a) print out the following using three separate print statements <<< ***HELLO->>> WHow are you? N –>–>VW b) print out thesame as above but using one print statement. <<< *** HELLO !>>> N [Symbol][Symbol]VW Example Sample Input Sample Output <<<“HELLO>>> WHow are you? –>–> none WHow are you? W –>–> Full Screen Probleml.java o untitled2 New Publass Problem1 { public static void main(String[] args) { System.out.println(“<<< *** HELLO ***>>>”) print out thesame as above but using one print statement. <<< * HELLO ** >>> /// How are you? Il/ Example Sample Input Sample Output <<<HELLO”>>> How are you? N –>–> none <<<<“HELLO >>>> WHow are you? W ->–> Full Screen Probleml.java untitled2 New 1 – public class Problemi { public static void main(String[] args) { System.out.println(“<<< *** HELLO ***>>>”); System.out.println(“How are you? “); System.out.println(“AVV–>–> ” n”); System.out.println(“<<< *** HELLO ***>>>n///How are you?///n/ [Symbol][Symbol]VV “); Show transcribed image text Lab 2 / 1. Problem 1 saved Write a single program that will do the following: a) print out the following using three separate print statements WHow are you? N –>–>VW b) print out thesame as above but using one print statement. N [Symbol][Symbol]VW Example Sample Input Sample Output WHow are you? –>–> none WHow are you? W –>–> Full Screen Probleml.java o untitled2 New Publass Problem1 { public static void main(String[] args) { System.out.println(“”)
print out thesame as above but using one print statement. /// How are you? Il/ Example Sample Input Sample Output How are you? N –>–> none WHow are you? W ->–> Full Screen Probleml.java untitled2 New 1 – public class Problemi { public static void main(String[] args) { System.out.println(“”); System.out.println(“How are you? “); System.out.println(“AVV–>–> ” n”); System.out.println(“n///How are you?///n/ [Symbol][Symbol]VV “);
Expert Answer
Answer to Lab 2 / 1. Problem 1 saved Write a single program that will do the following: a) print out the following using three sep…
OR