this is what i have done can help me finish it?
Code:
public class EmpolyeeTestClass
{
public static void main(String[] args)
{
System.out.println ("Please type the emplyee name:");
String fname = EasyIn.getString( );
System.out.println ("Please type the cemplyee secound name :");
String sName = EasyIn.getString( );
}
}
the easy in is a class that i got with the cd that came with the book , can you help show the details i put e.g emplyee name