003, Java's single-line comments

code show as below:

Package TIANPAN; 

public  class TestDemo {
     public  static  void main (String args []) {
         // the JAVA single-line comment 
        System.out.println ( "green Zijin Youyouwoxin" ); 
    } 
}

Results are as follows:

 

 

Beginning of the heart do not forget, if you think this article valuable, authors agree to pay, micro-channel two-dimensional code can be any amount of a reward to the author (Micro Signal: 382 477 247) Oh, thank you.

Guess you like

Origin www.cnblogs.com/tianpan2019/p/12160814.html