Saved Bookmarks
| 1. |
Design a program in Java to calculate the tax for people living in Mango City. Specify a class taxpayer whose class description is given belowClass name Tax calculator Data members int PAN string name double taxable income double tax member methods inputData() displayData() computeData()total annual taxable income rate up to 60000 0% Above 60000 5% but upto 150000 Above 150000 but 10% upto 500000 Above 500000 15% |
|
Answer» Answer: ICSE Important Programs Java program to check for Pronic Number (Heteromecic Number) Java program to check for Harshad Number (Niven Number) Java program to find the GCD of two NUMBERS (Division METHOD) Program to Remove Duplicate Characters from a Word. Java Program to check for Disarium Number. |
|