Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

Java Comments

// declare and initialize two variables
int a =1;
int b = 3;

// print the output
System.out.println("This is output");
 
PREVIOUS NEXT
Tagged: #Java #Comments
ADD COMMENT
Topic
Name
7+6 =