हिंदी

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

Advertisements
Advertisements

प्रश्न

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

(b) 

टिप्पणी लिखिए

उत्तर

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
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2014-2015 (March) Set 1
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×