30 likes | 71 Views
FOR MORE CLASSES VISIT<br>tutorialoutlet<br><br><br>Write a java program to compute tax owed by an individual to the county. Inputs to the program should be Name, Age, Gender (F or M), Marital Status (M, S, D, W) and taxable income. Print the following message based on income and tax % given below. [Hint: if Age < 18 and if gender is M, then he should be addressed as Master....]<br>Taxable Income<br>Tax % (M/D)<br>Tax % (S/W)<br>
E N D
CIS 3270/tutorialoutletdotcom For more course tutorials visit tutorialoutletdotcom
CIS 3270 Write a java program to compute tax owed by an individual to the county. Inputs to the program should be Name, Age, Gender (F or M), Marital Status FOR MORE CLASSES VISIT tutorialoutlet Write a java program to compute tax owed by an individual to the county. Inputs to the program should be Name, Age, Gender (F or M), Marital Status (M, S, D, W) and taxable income. Print the following message based on income and tax % given below. [Hint: if Age < 18 and if gender is M, then he should be addressed as Master....] Taxable Income Tax % (M/D) Tax % (S/W)