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
Check Case
Print out perfect numbers 0 – 10,000
PE #6
Rotate matrix clockwise
Escaping Literals (Table of records)
MyBirdClass
Coding Numbers - Duplicate - Array
4.C
Quadratic_Equation.java
String object comparision