Search:

Type: Posts; User: capt_jaggy

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,433

    Re: Nested for loops

    import java.util.Scanner;
    class jag23
    {
    public static void main(String args[])
    {
    int n,num=1,c,d;
    Scanner in=new Scanner(System.in);
    System.out.println("Enter the number of rows of floyd's...
  2. Replies
    5
    Views
    1,433

    Re: Nested for loops

    my output its come like
    1
    1
    1
    1
    1
    2
    2
    2
    2
Results 1 to 2 of 2