Langsung ke konten utama

Postingan

Menampilkan postingan dari Oktober, 2012

cara input output dijava

Code /*  * To change this template, choose Tools | Templates  * and open the template in the editor.  */ package programinputoutput; /**  *  * @author y7even.blogspot.com  */ import java.util.Scanner; public class Main {     /**      * @param args the command line arguments      */     public static void main(String[] args) {         Scanner input=new Scanner(System.in);        int a = input.nextInt();               } } keyword how input output java cara input output dijava