Search:

Type: Posts; User: Andrei

Search: Search took 0.10 seconds.

  1. Thread: Tree java

    by Andrei
    Replies
    9
    Views
    1,321

    Re: Tree java

    do i need the specify the total lenght in the loop and put H< spaces?
  2. Thread: Tree java

    by Andrei
    Replies
    9
    Views
    1,321

    Re: Tree java

    as the number of As is increasing the number of spaces are decreasing ? 2n-1?
  3. Thread: Tree java

    by Andrei
    Replies
    9
    Views
    1,321

    Re: Tree java

    yes that is correct, i did not try anything yet, because im not sure where to start.
  4. Thread: Tree java

    by Andrei
    Replies
    9
    Views
    1,321

    Re: Tree java

    public class Tree
    {
    public static void main(String[] args)
    {

    int H = Integer.parseInt(args[0]);
    int n = Integer.parseInt(args[1]);
    int h =...
  5. Thread: Tree java

    by Andrei
    Replies
    9
    Views
    1,321

    Tree java

    Hi i am supposed to write a code in java which will have as an input a tree.

    Here is my code ( needs to have 3 args):

    public class Tree
    {
    public static void main(String[] args)
    {...
Results 1 to 5 of 5