- Back to Home »
- Java , Netbeans »
- Netbeans Sederhana
Posted by : Unknown
Tuesday, August 20, 2013
/*
* To change this template, choose Tools |
Templates
* and open the template in the editor.
*/
package
javaapplication1;
/**
*
* @author Andri
*/
public
class JavaApplication1 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
System.out.println("Nama Saya :
Andri Arisandi");
System.out.println("Alamat : Bali
Makmur Desa Merah Mata Banyuasin SUMSEL");
}
}