print numbers in traingle shape

print numbers in traingle shape

1

22

333

4444

i want output like this please help me

View Answers

July 27, 2011 at 10:12 AM

class Pyramid 
{
    public static void main(String[] args) 
    {
        for(int i=1;i<=4;i++){
        for(int j=1;j<=i;j++){
            System.out.print(i);
            }
            System.out.println();
        }
        }
}









Related Tutorials/Questions & Answers:
print numbers in traingle shape
print numbers in traingle shape  1 22 333 4444 i want output like this please help me   class Pyramid { public static void main(String[] args) { for(int i=1;i<=4;i++){ for(int j=1;j<
print numbers
print numbers  1234 123 12 1234   1234 123 12 1234
Advertisements
Application for print pyramid of numbers
Application for print pyramid of numbers  What is the code for printing the numbers like 1 1 1 1 2 2 1 1 3 4 3 1 1 4 7 7 4 1
print 100 numbers using loops
print 100 numbers using loops  how to print from 1 to 100 using for loop ?   Hi Friend, You can use the following code:ADS_TO_REPLACE_1... Numbers { public satic void main(string args[]_ { for(int a=1;a<
print the even numbers between the range 100-200
print the even numbers between the range 100-200  Q ?write an application that print out the even numbers between the range 100-200 ? 1- which aer not divisible by 7 and 5 ? 2- Number of the numbers which are not divisible
How to print a equilateral triangle patren with numbers
How to print a equilateral triangle patren with numbers  I figure out how to use for loop to print the triangle but i couldn't get the exact values as this http://im37.gulfup.com/FzrOb.jpg could you please help me
write an application that print out the even numbers between the range 100-200
write an application that print out the even numbers between the range 100-200   write an application that print out the even numbers between... and determine the even numbers between them. class EvenNumbers { public static
how to write a program in java to print numbers in equalateral triangle
how to write a program in java to print numbers in equalateral triangle  the output must be 1 324 76589   Here is an example of pattern 1 2 3 4 5 6 7 8 9 Example: public class NumberTriangle{ public
print
print  How to print JFrame All Componant?   Please visit the following link: http://www.roseindia.net/java/example/java/swing/Print.shtml
Print
into the stream and, as opposed to print() method, gets you to the new line after the text
Diamond shape num - Java Interview Questions
Diamond shape num  How To Print Diamond Shape Numbers I Want Logic?Using For loops?  Hi Friend, Try the following code: public class Diamond{ public static void main(String[] args){ int row = 5; for(int i=1
shape looping
shape looping  can some1 help me?i have to make a shape using "*" by looping...and i dun know how...please and thank you * **   java diamond shape: public class Diamond{ public static void main(String[] args){ int
triangle shape
symbol; System.out.print(" how many lines you want to print? "); nline
ModuleNotFoundError: No module named 'shape'
ModuleNotFoundError: No module named 'shape'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'shape' How to remove the ModuleNotFoundError: No module named 'shape'
Add Two Numbers in Java
these arguments and print the addition of those numbers. In this example, args... Add Two Numbers in Java     .... These passed arguments are of String types so these can't be added as numbers
How to convert a picture into a shape, convert a picture into a shape, picture shape
How to convert a picture into a shape       If you want to use a picture shape but you are not able for that, don't worry. You will learn easily to convert a picture into shape. Take
automorphic numbers
automorphic numbers  how to find automorphic number in java   Hi Friend, Pleas visit the following link:ADS_TO_REPLACE_1 Automorphic numbers Thanks
sorting numbers
sorting numbers  How to sort the numbers in ascending order   import java.util.*; class SortNumbers{ public static void main(String...=input.nextInt(); list.add(num); } System.out.println("Numbers
Shape - Java Beginners
Shape  Respected Sir, Please send me the code of diamond shape by using loop and with single statement of " " and single statement with "*".  ... for diamond shape.   Hi friend I understand your problem, so that I
ModuleNotFoundError: No module named 'dxl-shape'
ModuleNotFoundError: No module named 'dxl-shape'  Hi, My Python... 'dxl-shape' How to remove the ModuleNotFoundError: No module named 'dxl-shape' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'shape-commentator'
ModuleNotFoundError: No module named 'shape-commentator'  Hi, My... named 'shape-commentator' How to remove the ModuleNotFoundError: No module named 'shape-commentator' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'shape-types'
ModuleNotFoundError: No module named 'shape-types'  Hi, My Python... 'shape-types' How to remove the ModuleNotFoundError: No module named 'shape-types' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'dxl-shape'
ModuleNotFoundError: No module named 'dxl-shape'  Hi, My Python... 'dxl-shape' How to remove the ModuleNotFoundError: No module named 'dxl-shape' error? Thanks   Hi, In your python environment you
Version of ca.seinesoftware>xml-shape dependency
List of Version of ca.seinesoftware>xml-shape dependency
numbers
Prime Numbers - IDE Questions
Prime Numbers  Create a program that calculates the prime numbers from any inputted start and end range of values (e.g. 5 and 28) and print the prime numbers in rows of 10. Hint: Use a counter to count how many values are printed
Prime Numbers
Prime Numbers  Create a complete Java program that allows the user to enter a positive integer n, and which then creates and populates an int array with the first n prime numbers. Your program should then display the contents
Numbers pyramid
Numbers pyramid  Hi sir, Can you please tell me how to output this using nested for loops? 1 2, 1 1, 2, 3 4, 3, 2, 1 1, 2, 3, 4, 5 6, 5, 4, 3, 2, 1 1, 2, 3, 4, 5, 6, 7 8, 7, 6, 5, 4, 3, 2, 1 1, 2, 3, 4, 5, 6, 7, 8, 9 10, 9, 8
Rational Numbers
Rational Numbers   Write and fully test a class that represents rational numbers. A rational number can be represented as the ratio of two integer values, a and b, where b is not zero. The class has attributes for the numerator
Random numbers - Development process
Random numbers  hi, How to generate unique random numbers between range like(10 to 50)  Hi friend, class RandomNumber { public... to this number int aNumber = (int) (Math.random() * 40 + 10); //print
Listing all even numbers between two numbers
Listing all even numbers between two numbers  Hi, How to write code to list all the even numbers between two given numbers? Thanks   Hi, You function will take 2 numbers and the find the even numbers between
ModuleNotFoundError: No module named 'print_print'
ModuleNotFoundError: No module named 'print_print'  Hi, My Python... 'print_print' How to remove the ModuleNotFoundError: No module named 'print_print' error? Thanks   Hi, In your python environment
how to add to numbers in java
how to add to numbers in java  how to add to numbers in java
print a form of *
print a form of *   * *** ***** ******* ********* ******* ***** *** *   Post the format properly
Print Button
Print Button  i want the source code for printing details of jform.. so plz help me for source code of print button
Hexadecimal numbers multiplication
Hexadecimal numbers multiplication  Sir, I have to multiply 128 bit hexadecimal numbers. Do u have any logic for this?? The numbers are like ab7564fa342b5412c34d9e67ab341b58
Addition of two numbers
Addition of two numbers  addition of two numbers
Printing numbers up to N into a file
Printing numbers up to N into a file  I'd like to print the first N integers, that is, "1, 2, 3, 4, ..., N-1, N", say N equals 1000, or 10000 or whatever. I'd also like to have the result stored as a file instead of having
defining numbers in Java Script
defining numbers in Java Script  Explain about defining numbers in Java Script
print the newline
print the newline  Why doesn?t the following code print the newline properly? <?php $str = ?Hello, there.\nHow are you?\nThanks for visiting.?; print $str; ?>   Hi friends, Inside the single quotes \n (newline
ModuleNotFoundError: No module named 'numbers'
ModuleNotFoundError: No module named 'numbers'  Hi, My Python... 'numbers' How to remove the ModuleNotFoundError: No module named 'numbers... to install padas library. You can install numbers python with following command
Print the document
Print the document  I tried to print web page.I am using the below...() { var printWindow = window.open('test', 'Print Window', 'height=600,width...;Print Window</title>'); printWindow.document.write('</head>
Print the document
Print the document  I tried to print web page.I am using the below...() { var printWindow = window.open('test', 'Print Window', 'height=600,width...;Print Window</title>'); printWindow.document.write('</head>
multiply of 100 digits numbers
multiply of 100 digits numbers  multiplying 100 digits numbers to eachother
ModuleNotFoundError: No module named 'spats-shape-seq'
ModuleNotFoundError: No module named 'spats-shape-seq'  Hi, My... named 'spats-shape-seq' How to remove the ModuleNotFoundError: No module named 'spats-shape-seq' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'SWMM-xsections-shape-generator'
ModuleNotFoundError: No module named 'SWMM-xsections-shape-generator' ...: No module named 'SWMM-xsections-shape-generator' How to remove the ModuleNotFoundError: No module named 'SWMM-xsections-shape-generator' error
ModuleNotFoundError: No module named 'esy-osm-shape'
ModuleNotFoundError: No module named 'esy-osm-shape'  Hi, My... 'esy-osm-shape' How to remove the ModuleNotFoundError: No module named 'esy-osm-shape' error? Thanks   Hi, In your python
numbers divisible by 5 and 6
numbers divisible by 5 and 6  Find the first ten numbers which are greater than Long.MAX_VALUE divisible by 5 and 6
How to convert new paper into a man shape, convert new paper into a man shape, new paper into a man shape
How to convert new paper into a man shape   ... shape in this example. Take a new picture: Take a news paper picture, choose Polygonal lasso tool (L key) to make selection like a man shape
Print a statement
Print a statement  hello what would we output for this statement System.out.println ("5"+"A" + 3);   helloADS_TO_REPLACE_1 output will be 5A3

Ads