Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~69 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for cherry05

i wrote an program relating to employee payslip but i got an error..can u clarify me?`Inline Code Example Here` class Employee{ int empId; int bSal; Employee(int a,int b){ empId=a; bSal=b; } } class PayShip{ int calculate (Employee e6) { int os=e6.bSal; int ta=(os*5)/100; int vehAlo=(os*10)/100; int da=(os*2)/100; int grossSal=os+ta+vehAlo+ da; …

Member Avatar for stultuske
0
69