You are on page 1of 1

/**

* Auto Generated Java Class.


*/
public class Employee {
private String eName;

public Employee() {
/* YOUR CONSTRUCTOR CODE HERE*/
}

public static void main(String[] args) {
int i=9;
i=i+4;
float f=i+6;
f=f*i+6;
System.out.println("Employee Class");

}

/* ADD YOUR CODE HERE */

}

You might also like