wocvn

wocvn

  • NA
  • 1
  • 0

Pls help me to give the right ans, TIA!

Sep 28 2003 9:03 PM
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"; }

Answers (4)