Search:

Type: Posts; User: divy

Search: Search took 0.13 seconds.

  1. Thread: floyd triangle

    by divy
    Replies
    10
    Views
    1,060

    Re: floyd triangle

    n i dont have...what is that i could do now ?
  2. Thread: floyd triangle

    by divy
    Replies
    10
    Views
    1,060

    Re: floyd triangle

    whats a unit test program ?
    how t write it for the above program?
  3. Thread: floyd triangle

    by divy
    Replies
    10
    Views
    1,060

    Re: floyd triangle

    import java.util.Scanner;

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

    {
    int n, i, c;
  4. Thread: floyd triangle

    by divy
    Replies
    10
    Views
    1,060

    Re: floyd triangle

    no my assignment is the above given problem. i'm getting a triangle but not getting a single line which is required. pl do help
  5. Thread: floyd triangle

    by divy
    Replies
    10
    Views
    1,060

    floyd triangle

    Write a program that accepts the line number from the user and prints only that particular line from the Floyd triangle.

    Example:
    Input: 2
    Output: 2 3

    Input: 3
    Output: 4 5 6
Results 1 to 5 of 5