import java.util.Scann er;

import javax.swing.JOp tionPane;

public class Employee{



public static void main (String[]args) {
@SuppressWarnin gs("resource")
Scanner input = new Scanner(System. in);
System.out.prin tln("Employees Full Name:");
String FullName = input.nextLine( );
System.out.prin tln("Employees Full Name:"+...