Question: I would like the full program in Java please. Based on the class description given, write the method cal Incometax() in Java that is able

I would like the full program in Java please.
Based on the class description given, write the method cal Incometax() in Java that is able to calculate and return the net income by deducting tax amount from the annual income Tax rate is based on the Table 3. public class incomTaxe 1 private String name; private String IC; private double income; private int status; //constructor // accessors public double cal Incometax() 1/other methods Marital Status Single (1) Annual Income (RM) 30,000 and below 30,001 to 50,000 Over 50,000 50,000 and below Over 50,000 Tax Rate (%) 5 8 10 9 12 Married (2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
