public static void salary(int a) {
    int b = a+1000;


    System.out.println("Your salary is: "+b+" dollars per maonth");
}