I just dont know where to start on this. Can anyone lend me a hand?
4- Write a Java program to create the following array that hold the salaries of employees:
1550.8 2439.5 1800.75 2890.0
The company wants to give the employees a bonus of 30% of their initial salary, your program should first create the array with the initial employees’ salaries and then update the salaries to show the 30% increase.
thanks