Display patterns

Display patterns

Write a test program that read an integer n and call a method to display a pattern as follows: 1 2 1 3 2 1 4 3 2 1 ... n n-1 ... 3 2 1 The method header is public static void displayPattern(int n)

View Answers

November 22, 2012 at 3:54 PM

Here is a code that displays the following pattern:

1 
2 1
3 2 1
4 3 2 1
5 4 3 2 1

class Pattern{
     public static void displayPattern(int n){
        for(int i=1;i<=n;i++){

            for(int j=i;j>=1;j--){
            System.out.print(j);
            }
            System.out.println();
           }
     }
     public static void main(String args[]){
          displayPattern(5);       
    }
}









Related Tutorials/Questions & Answers:
Display patterns
Display patterns  Write a test program that read an integer n and call a method to display a pattern as follows: 1 2 1 3 2 1 4 3 2 1 ... n n-1 ... 3 2 1 The method header is public static void displayPattern(int n)   
Display patterns
Display patterns  Write a test program that read an integer n and call a method to display a pattern as follows: 1 2 1 3 2 1 4 3 2 1 ... n n-1 ... 3 2 1 The method header is public static void displayPattern(int n)  
Advertisements
Display Date and Time - Design concepts & design patterns
Display Date and Time  HI, Can u send me Html code displaying system date and time . Thanks Prakash  Hi Friend, Try the following code: System Date and Time var date = new Date(); document.write
patterns
patterns  who ever answered my previous ques thank u sooooo much!!!!!!!!!! though i was able to solve most complicated progms in java patterns are a night mare for me. thank u once again.can u help me on how to print
display
display  please tell me how to display the content from database.. if we click on any image using servlets/jsp...please
Patterns
Patterns       Why Use Patterns? ·   They have been proven. Patterns reflect... used these patterns in their own work. ADS_TO_REPLACE_1 ·  
AJAX Patterns
AJAX Patterns       The publicly editable repository of all things Ajax. Design Patterns, Frameworks, Libraries, Tools and Links Read full DescriptionADS_TO_REPLACE_1
patterns
patterns
patterns
patterns
Patterns
design patterns are used in Struts?
design patterns are used in Struts?  What design patterns are used in Struts
ModuleNotFoundError: No module named 'patterns'
ModuleNotFoundError: No module named 'patterns'  Hi, My Python... 'patterns' How to remove the ModuleNotFoundError: No module named 'patterns... to install padas library. You can install patterns python with following
ModuleNotFoundError: No module named 'patterns'
ModuleNotFoundError: No module named 'patterns'  Hi, My Python... 'patterns' How to remove the ModuleNotFoundError: No module named 'patterns... to install padas library. You can install patterns python with following
ModuleNotFoundError: No module named 'patterns'
ModuleNotFoundError: No module named 'patterns'  Hi, My Python... 'patterns' How to remove the ModuleNotFoundError: No module named 'patterns... to install padas library. You can install patterns python with following
Design Patterns
Design Patterns       Design Patterns: Patterns are solutions for the specific problem in a specific context. ADS_TO_REPLACE_1 (OR) Patterns are solutions to recurring
J2EE design patterns - Design concepts & design patterns
J2EE design patterns  Hi all, could any one send me design patterns links. its very utgent. thanks, lakshminarayana.  Hi Friend, For J2EE Singleton Pattern,visit the following link: http
Creational Patterns
Creational Patterns   This design category is all about the class instantiation. Creational pattern uses class-creation patterns and object-creational patterns. The class-creation pattern uses inheritance
Design patterns in ejb - EJB
Design patterns in ejb  Hi any any one send some links or material on design patterns in EJB iam toally new to this concept(i.e design patterns) ... of design patterns, strategies, and best practices for EJB design and development
Design patterns - Design concepts & design patterns
Design patterns  I am new to design patterns and desigining . Please refer me some tutorial or pdfs of design patterns and desigining in easy language and understandable..so that i can apply it in my current project
Behavioral Patterns
Behavioral Patterns       Behavioral patterns are those patterns which are specifically... to avoid hard-coding and dependencies. The behavioral patterns are: 1. Chain
design patterns - Java Beginners
design patterns  what are the design patterns used in java?  Hi Friend, Please visit the following links: http://www.roseindia.net/designpattern/index.shtml http://www.roseindia.net/javatutorials/J2EE_singleton
Structural Patterns
Structural Patterns   Structural Patterns Structural Patterns describe how objects and classes can be combined to form larger structures. The difference between class patterns and object patterns
Version of com.ft>functional-patterns dependency
List of Version of com.ft>functional-patterns dependency
About desing patterns - Struts
About desing patterns  How many Design Patterns are there supported by Java? and what is an Application Controller? what is the difference between Front Controller & Application Contorller?  Hi Friend, Please visit
Relationship among Design patterns
Relationship among Design patterns       Patterns have relationships and work together... are with the different patterns, better you determine their interactions. Generally, to build
ModuleNotFoundError: No module named 'common-patterns'
ModuleNotFoundError: No module named 'common-patterns'  Hi, My... named 'common-patterns' How to remove the ModuleNotFoundError: No module named 'common-patterns' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'data-patterns'
ModuleNotFoundError: No module named 'data-patterns'  Hi, My... 'data-patterns' How to remove the ModuleNotFoundError: No module named 'data-patterns' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'django-patterns'
ModuleNotFoundError: No module named 'django-patterns'  Hi, My... named 'django-patterns' How to remove the ModuleNotFoundError: No module named 'django-patterns' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'diamond-patterns'
ModuleNotFoundError: No module named 'diamond-patterns'  Hi, My... named 'diamond-patterns' How to remove the ModuleNotFoundError: No module named 'diamond-patterns' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'diamond-patterns'
ModuleNotFoundError: No module named 'diamond-patterns'  Hi, My... named 'diamond-patterns' How to remove the ModuleNotFoundError: No module named 'diamond-patterns' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'python-patterns'
ModuleNotFoundError: No module named 'python-patterns'  Hi, My... named 'python-patterns' How to remove the ModuleNotFoundError: No module named 'python-patterns' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'python-patterns'
ModuleNotFoundError: No module named 'python-patterns'  Hi, My... named 'python-patterns' How to remove the ModuleNotFoundError: No module named 'python-patterns' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'scrapy-patterns'
ModuleNotFoundError: No module named 'scrapy-patterns'  Hi, My... named 'scrapy-patterns' How to remove the ModuleNotFoundError: No module named 'scrapy-patterns' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'async-patterns'
ModuleNotFoundError: No module named 'async-patterns'  Hi, My... named 'async-patterns' How to remove the ModuleNotFoundError: No module named 'async-patterns' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'common-patterns'
ModuleNotFoundError: No module named 'common-patterns'  Hi, My... named 'common-patterns' How to remove the ModuleNotFoundError: No module named 'common-patterns' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'design-patterns'
ModuleNotFoundError: No module named 'design-patterns'  Hi, My... named 'design-patterns' How to remove the ModuleNotFoundError: No module named 'design-patterns' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'diamond-patterns'
ModuleNotFoundError: No module named 'diamond-patterns'  Hi, My... named 'diamond-patterns' How to remove the ModuleNotFoundError: No module named 'diamond-patterns' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'exploit-patterns'
ModuleNotFoundError: No module named 'exploit-patterns'  Hi, My... named 'exploit-patterns' How to remove the ModuleNotFoundError: No module named 'exploit-patterns' error? Thanks   Hi, In your
Categorizing Design Patterns
Categorizing Design Patterns       Patterns focus on different types of problems. Related patterns are grouped together and assigned a type. This helps programmers
Display Problem
Display Problem  i am creating a small window application , i want to fetch data from ms-access(db) and want to display it on tables. what options are there to show result on table. is CSS helpfull
Java - Design concepts & design patterns
Java  What are design patterens?  Hi friend, Software professionals may be familiar with the term "Design Patterns," but many have... not see the value and benefits design patterns bring to the software development
how to display?
how to display?  How to write a select query for displaying data where i have author as multivalued attribute
how to display?
how to display?  How to write a select query for displaying data where i have author as multivalued attribute
how to display?
how to display?  How to write a select query for displaying data where i have author as multivalued attribute
Display data
Display data  after successful login how i can fetch my account information from sql database
Version of com.codacy>codacy-patterns-core_2.11 dependency
List of Version of com.codacy>codacy-patterns-core_2.11 dependency
Display Information
Display Information  I have a listbox having many names and I have a button "display". I select some names and when I click the button , the names along with the address(they are in database) should be displayed. I am using php
image display
image display  sir the answer which you have sent to me is already I have I want to know that the syntax which you have writen for display... to display in image from databse plz help me i will wait for ur reply

Ads