InterviewSolution
Saved Bookmarks
| 1. |
Write a program in Java to accept monthly salary of an employee and print his/her designation as the following criteria : |
|
Answer» Answer: The methods used in this article are as follows: Using Standard Method Using Scanner Class Using Static Method Using Command Line Arguments Using Separate Class Net SALARY, as we all know, is the AMOUNT of money that an employee TAKES home after having all of the DEDUCTIONS cleared and finished at the end of a month. Usually, people have a few deductions going on with their gross SALARIES. |
|