Pls help me to give the right ans, TIA!
Modify the existing Employee class such that when teh folowwing statements are given in the int mian() function:
#include
void main()
{
Employee e1, e2;
e1.getdata();
e2.getdata();
if(e1 < e2)
cout << "Hello";
else
cout << "Bye";
}
chrishornbergerPosted Sep 29, 2003, 7:59 AM
chrishornbergerPosted Sep 29, 2003, 7:59 AM
jamesPosted Sep 28, 2003, 10:36 PM
chrishornbergerPosted Sep 28, 2003, 10:04 PM