Translate

Thứ Năm, 1 tháng 12, 2016

test

11111.
 public class Testing {  
    // your code 


1:  public class Testing {  
2:  public Testing() {  
3:  }  
4:  public void Method() {  
5:  /* Another Comment  
6:  on multiple lines */  
7:  int x = 9;  
8:  }  
9:  }  

11111.

//How to add Code
while (1) {
   printf ("hello world");
}

11111.
  1. // Comment  
  2. public class Testing {  
  3. public Testing() {  
  4. }  
  5.    
  6. public void Method() {  
  7. /* Another Comment 
  8. on multiple lines */  
  9. int x = 9;  
  10. }  
111111.
//How to add Code
while (1) {
   printf ("hello world");
}

Không có nhận xét nào:

Đăng nhận xét