User Profile

Collapse

Profile Sidebar

Collapse
Dio1080
Dio1080
Last Activity: May 4 '10, 03:54 AM
Joined: Sep 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Dio1080
    replied to Making a table with tax information
    in Java
    Nevermind I solved it
    See more | Go to post

    Leave a comment:


  • Dio1080
    started a topic Making a table with tax information
    in Java

    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
    ...
    See more | Go to post
    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.

  • Dio1080
    replied to Pattern Program help
    in Java
    algorithm? I don't think we learned that yet?
    See more | Go to post

    Leave a comment:


  • Dio1080
    replied to Pattern Program help
    in Java
    the right way

    I'm sorry, it must have typed it wrong, this is what I'm looking for:
    123456
    12345
    1234
    123
    12
    1
    See more | Go to post
    Last edited by Dio1080; Sep 27 '07, 04:39 AM. Reason: wrong way

    Leave a comment:


  • Dio1080
    started a topic Pattern Program help
    in Java

    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...
    See more | Go to post
No activity results to display
Show More
Working...