User Profile
Collapse
-
Nevermind I solved it -
Making a table with tax information
Hello, I need help making a table based off my tax code I made, the tax code was a little, but I need help with the table part also. The table should look like this:
...Code:Income | Single Married | Joint Married | Separate | Head of house 50000 | 9846 | 7296 | 10398 | 8506 50050 | 9859 | 7309 | 10411 | 8519 ........ 59950 | 12532 | 9982 | 13190
Last edited by Frinavale; Nov 1 '12, 07:42 PM. Reason: Added code tags to format the table in a more readable way and fixed code tags around java code. -
-
the right way
I'm sorry, it must have typed it wrong, this is what I'm looking for:
123456123451234123121Leave a comment:
-
Pattern Program help
Ok, I need help on a for loop nested program using for loops, I'm trying to use a patten that goes like this:
123456
12345
1234
123
12
1
but when I try it, it goes like this:
123456
12345
1234
123
12
1
This is my program:
public class Patterns{
public static void main (String [] args) {
//set up for the rows...
No activity results to display
Show More
Leave a comment: