whats wrong in my code public class Solution { public static void main(String[] args) { hackSalary(8000); } public static void hackSalary(int a) { //write your code here } a=a+1000 } System.out.println("Your salary is:+a+ dollars per month.");