Tes syntax highlighter

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package pohon;

/**
 *
 * @author yohanes
 */
public class Pohon {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
          operasi op1=new operasi(); 
          op1.orang_pohon=20;
          op1. tinggi_orang=180;
          op1.sudut=30;
          op1.tp();
    
    }
}


EmoticonEmoticon