Lab A 1
Lab A 1
Lab Goal :
window.
This lab was designed to teach you how to use print and println to write text to the console
public class Lab0a1 { public static void main(String[] args) { System.out.println("name \t date \n\n" ); System.out.println("+++++++++++++++++++++++++ " );
} }
Sample Output :
name date
Files Needed ::
Lab0a1.java
+++++++++++++++++++++++++ +++++++++++++++++++++++++ +++++++++++++++++++++++++ ========================= ========================= +++++++++++++++++++++++++ +++++++++++++++++++++++++ +++++++++++++++++++++++++ ========================= ========================= +++++++++++++++++++++++++ +++++++++++++++++++++++++ +++++++++++++++++++++++++