Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java println format

class println{
 public static void main(String [] args){
 System.out.println(" Hello beiginner");// This is the format of a println statement that prints out a string on a different line separate from the others//
 System.out.print(" Nice to see you");// This is the format of a print statement that prints out a string on the same line//
	 System.out.print(" noob");
}
 }
 
PREVIOUS NEXT
Tagged: #java #println #format
ADD COMMENT
Topic
Name
2+7 =