//How to Print a Line//
System.out.println(“Welcome to DagbaComputers.Com!”);
//Space for readaility//
System.out.println(“”);
//How to Plain Print//
System.out.print(“Is Lebron,”);
System.out.print(” better than Kobe?”);

//How to Print a Line//
System.out.println(“Welcome to DagbaComputers.Com!”);
//Space for readaility//
System.out.println(“”);
//How to Plain Print//
System.out.print(“Is Lebron,”);
System.out.print(” better than Kobe?”);
