Rabu, 21 Agustus 2013

Hari ini tugas perkuliahan Java adalah membuat program biodata diri, dan saya menggunakan system out println untuk mencetak nama, alamat, dan asal sekolah

berikut koding yang saya pergunakan

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

/**
 *
 * @author Atikah
 */
public class Biodata {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
        System.out.println("Nama            : Atikah Dyah Sabrina");
        System.out.println("Alamat Sekarang : JL. Merica No 1 Pondok Cabe, Tangerang");
        System.out.println("Alamat Asal     : Perum Bumi Mas Inda U1/12 Malang");
        System.out.println("Asal Sekolah    : Politeknik Negeri Malang");
        
    }
        }

0 komentar:

Posting Komentar