1.Complete Project 4-10 on page 148. The program should display the pay schedule based on a user's input, but for no more than 10 years. For example: if a user desires seven years of output, years 1 through 7 should display.
2.Inputs, which are starting salary, percentage increase expressed in decimal format, and number of years, should be interactive.
3.Name the file c4payschedule.java
4.Ensure you use the techniques explained and illustrated in the chapter.
5.Include an appropriate header.