Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
h
//'main' method must be in a class 'Rextester'. //Compiler version 1.8.0_72 import java.util.Scanner; import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { //Display the program values. String firstName; //Get first name. String LastName; //Get last Name. double social; //Get the secirity number. double phone; //Get the phone number. String address; //Get the address. //Get the scanner method. Scanner keyboard = new Scanner(System.in); //Ask the user to inter his first Name. System.out.print("What is your first name"); firstName = keyboard.nextLine(); } }
run
|
edit
|
history
|
help
0
recursion_java
jb14.0 lyambds
jb14 L
vampires number Eckel B. Thinking in Java
Dynamic Array
Java For Each Loop
contoh 43
1a
webPage to string
Решето Эратосфена