English

Write Two Separate Programs to Generate the Following Patterns Using Iteration (Loop) Statement: - Computer Applications

Advertisements
Advertisements

Question

Write two separate programs to generate the following patterns using iteration (loop) statement:

(b) 

Short Note

Solution

public class pattern 2
{
public static void main( )
{
   for(int i=1 ; i<=5 ; i++)
   {
      for(int j=5; j>=i; j--)
      {
            System.out.print(j);
      }
      System.out,println( );
  }
}
}

shaalaa.com
Introduction of Iterative Constructs in Java
  Is there an error in this question or solution?
2014-2015 (March) Set 1
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×