subject1 = harshilsharma63;
subject2 = harshilsharma63's friend1;
//both started career with same company with same batch.
initial_experience(harshilsharma63) = x;
initial_experience(harshilsharma63's friend1) = x;
initial_degree(harshilsharma63) = BTech;
initial_degree(harshilsharma63's friend1) = BTech;
//after 2 yrs
final_degree(harshilsharma63) =MTech;
final_degree(harshilsharma63's friend1) = BTech
final_experience(harshilsharma63) = x;
final_experience(harshilsharma63's friend1)=x+2;
if(country==India)
{
if(company!=R&D)
{
harshilsharma63's friend will be considered better
}
else if(company==R&D)
{
harshilsharma63 will be considered better
}
}
else if(country==US)
{
harshilsharma63 will be considered better
}