Question: I need an android studio java program codes for below question. Write an Android app that calculates and displays employee salary by creating an Employee
I need an android studio java program codes for below question.

Write an Android app that calculates and displays employee salary by creating an Employee class having the following methods. - getInfo() method: which takes the salary, and number of hours of work per day of the employee as a parameter - addSal() method: which adds R200 to the salary of the employee if it is less than R600. - addWork() method: which adds R100 to the salary of the employee if the number of hours of work per day is more than 6 hours
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
