please add 2 more employees with thier names and hoursand subjects in this program
class Employee
{
String name;
// what they teach
String subject;
// working hours
int hours;
// constructor
Employee
{
this.name =””;
this.subject = “”;
this.hours= 0;
}
// constructor
Employee(String name, Stringsubject, int hours)
{
this.name =name;
this.subject = subject;
this.hours= hours;
}
// getter methods
public String getName()
{
returnthis.name;
}
public String getSubject()
PayPal Gateway not configured
PayPal Gateway not configured