Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
JAVA - SCANNER INPUT
SUBMITTED BY:
Guest
DATE:
March 19, 2014, 9:05 a.m.
FORMAT:
Text only
SIZE:
372 Bytes
Raw
Download
Tweet
HITS:
767
Go to comments
Report
import java.util.Scanner;
public class BacaTerminal {
/**
* ganti nama class dengan class yang baru dibuat
* @author Adi Jvlian
*/
public static void main(String[] arg) {
Scanner sc = new Scanner(System.in);
System.out.println("Nama Anda ? ");
String nama = sc.next();
System.out.println("Apa kabar "+nama+" ?");
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus