Question: 8.5.1 Objective Writing Java program by implementing user defined method with parameters and returning values. 8.5.2 Problem Description Write a method for computing tax and


8.5.1 Objective Writing Java program by implementing user defined method with parameters and returning values. 8.5.2 Problem Description Write a method for computing tax and prints a tax table for taxable income from RM50,000 to RM60,000 with intervals of RM50 for all the following statuses: Taxable income 50000 50050 Single 8500 8509 Married Joint 7500 7508 Married Separate Head of a House 9000 8000 9009 8008 59950 60000 10192 10200 8993 9000 10791 10800 9592 9600 Formulas for computing tax for each categories are shown below: 17 Tax for Single = X income 100 15 Tax for Married Join = X income 100 18 Tax for Married Separate = X income 100 Tax for Head of a House = 16 X income 100 Hint: round the tax into integers using Math.round [Estimated Time: 45 Minutes]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
