Write a java program to output two lines
Program Description Write a Java to print two lines of data. We will use the System.out.println statement. System.out.println System.out.println statement prints the string and then terminates the line. The following println statement would print the data on the next line. Flow chart Java Program public class JavaDemo { public static void main(String[] args) { […]