Question: need the last one as java code please QUESTION 1 Member access operator is represented by 9 QUESTION 2 The new keyword deallocates memory of


QUESTION 1 Member access operator is represented by 9 QUESTION 2 The new keyword deallocates memory of an object does memory management allocates memory for an object created none of the above QUESTION 3 A default constructor is a constructor with no arguments. True False QUESTION 4 Static members in a program can be accessed as classname.staticmember True False QUESTIONS 50 points Save As Write a Java program to display the payroll details of an employee for a particular month of a year, Use variables for holding the following fields: Employee name - Employee ID Employee's department Month for which the payroll Information is displayed -Year for which the payroll information is displayed Number of days that the employee has worked in a particular month (Month is also got as user input) Number of day off in a particular month (Month is also got as user input - Wage per day Salary Get all the values of these variables from the user. Compute the salary as Number of days worked wage per day Display all the above variables as the payroll report for an employee based on a month that the user inputs. Preferably use Scanner class to get user input for this program For the toolbar, press ALT+F10 (PC) or ALT+FN+F10 (Mac)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
