Pemrograman ke 1 22082010214

 

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package helloworld;

/**
 *
 * @author noval
 */
public class Helloworld {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
        // Nama: Adrian Noval Firmansyah
        // NPM: 22082010214
        // Kelas parallel: E
        
        System.out.println("hello world.");
        System.out.println("Aku cinta UPNVJT.");
    }
    
}



Komentar

Postingan populer dari blog ini

Pemrograman ke 7 (Program Array 1 Dimensi)