Java Question.
Create an application that calculates and displays the weekly salary for an employee who earns $25 an hour, works 40 regular hours, and 13 overtime hours, and earns time and one-half (wage * 1.5 for overtime hours worked). Create a separate method to do the calculation and return the result to the main() method to be displayed. Save the program as Salary.java.
Please tell me what IDE that was used to create and will run.