-
irs.java
I'm pretty new to Java....I'm being asked to write a program that:
a) prompts the user for the following info:
1. filing status : single or married
2. taxable income
b) calculates and prints
1. filing status
2. taxable income
3. federal tax
It's supposed to be written using proper modular design and parameter passing. and here's the example run output:
single
taxable income = $35,125
federal tax = $6630.50
can someone start me off on this please?
thanks!
nicomen
-
Do you have at least a pseudocode approach to this? If so, put into words the structure you think this class should have - data and methods (including main).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks