saeed mubarak
triangle shape
1 Answer(s)      5 months and 15 days ago
Posted in : Java Beginners

Hi,

I have to create a program which its output is:

  1. +
  2. ++
  3. +++
  4. ++++

and this what I did so far :

package symbols; import java.util.*; public class Symbols {

public static void main(String[] args) {
 Scanner read = new Scanner (System.in);
 int nline, count, countl, nspace= 0, i;
 char symbol;
 System.out.print(" how many lines you want to print? ");
 nline= read.nextInt();
 System.out.print("what is the symbol you want to use ");
 symbol= read.next().charAt(0);
 for (countl=1; countl<=nline; countl++){
    System.out.print(symbol);
    System.out.println();
    for (count=1; count<=countl; count++)
        System.out.print(symbol);}
}

}

but this is what I get:

  1. +
  2. ++
  3. +++
  4. ++++
  5. ++++

I don't know why it keep giving me the last line twice !! what is the problem and who can I fix it ?

View Answers

December 8, 2012 at 10:46 AM


Here is a code that creates a triangle of the symbol.

import java.util.*;

 public class Symbols {
     public static void main(String[] args) {
      Scanner read = new Scanner (System.in);
      int nline, count, countl, nspace= 0, i;
      char symbol;
      System.out.print(" how many lines you want to print? ");
      nline= read.nextInt();
      System.out.print("what is the symbol you want to use: ");
      symbol= read.next().charAt(0);
      for (countl=1; countl<=nline; countl++){
        System.out.println();
        for(count=1; count<=countl; count++)
            System.out.print(symbol);
         }
    }
}









Related Pages:
triangle shape
triangle shape  Hi, I have to create a program which its output is: + ++ +++ ++++ and this what I did so far : package symbols; import java.util.*; public class Symbols { public static void main(String[] args) { Scanner
Java create triangle pattern
Java create triangle pattern In this tutorial, you will learn how to create a triangle shape. For this, user is allowed to enter number of lines to display the triangle of that length and a symbol to show the triangle in a particular
Write a program to construct a triangle with the ?*?
programming will teach you the coding for constructing a shape of triangle by using... any number on your command window and surely you will get a triangle shape... Write a program to construct a triangle
triangle
triangle  how to draw triangle numbers with stars in html with the help of javascript
triangle
the sides of a triangle If they can form a triangle, determine and print if they can also form the sides of a right-angle triangle The class should include proper data
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 output
triangle output  program to get the following output
triangle output
triangle output  program to get the following output: * *   Hi Friend, Please specify the pattern properly. Thanks
Triangle pgm
Triangle pgm  how to write code fa this??? 1 222 33333 4444444 55555555 666666666
pascal triangle
pascal triangle   given string : char str[]="123456789"; write a program in 'c'-language that displays the following: 1 232... the following link: C Pascal's Triangle Thanks
Triangle program
Triangle program  1 121 12321 1234321 123454321 kindly give... a program for this triangle    1 121 12321 1234321 write a program for this triangle    1 121 12321 1234321 write a program
Triangle problem
Triangle problem  what's the logic for create pattern program how can i create any pattern program with in minute. like this 1 2 5 3 6 8 4 7 9 10
Triangle Program
Triangle Program  i want program code for 1 2 3 4 5 6 7 8 9 10 any body please help me   public class Triangle { public static void main(String[] args
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
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
Golden triangle tours
Golden triangle tours  Hi, Can anyone tell me something about Golden triangle tours? Thanks   Hi, Golden Triangle tour cover Delhi, Agra and Jaipur. Please check India Golden Triangle Tours. Thanks
Golden Triangle Tours
Golden Triangle Tours  What is golden triangle tours ..and how it is related to the Agra and Jaipur and Delhi trip? Please explain me. Thanks
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
how to perform a equqlity triangle in java
how to perform a equqlity triangle in java  below the output 1 2 3 4 6 5 7 9 10 8
Drawing a Shape in Excel Sheet
Drawing a Shape in Excel Sheet In this section, you will learn how to draw a shape in excel sheets using Apache POI library. Using Apache POI, you can draw a shape with the help of Microsoft Office drawing tools. The top-most shape
How to calculate area of triangle
Area of Triangle       In this section we will learn how to calculate area of triangle. We are going to use area of triangle is half of the area of the parallelogram. Here
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
Java draw triangle draw method?
Java draw triangle draw method?  hi how would i construct the draw method for an triangle using the 'public void draw (graphics g ) method? im...; Here is an example that draws a triangle using drawPolygon method. import
Create Shape in Excel Using JSP
create shape in excel using jsp    ...; and then after we create a shape. At excel sheet e.g. we are creating line in this example. To create shape we use setShapeType() in this method we are passing
how to perform a equqlity triangle in java
how to perform a equqlity triangle in java  below the output 1 2 3 4 6 5 7 9 10 8   Here is an example of pattern like 1 2 3 4 5 6 7 8 9 10 Example : public class NumberTriangleClass{ public static void
print rectangle triangle with ?*? using loops
print rectangle triangle with ?*? using loops   * * * * * * i want print like this.what is the code?   import java.lang.*; class Traingles { public static void main(String args[]) { for(int i=1;i<=5
C Print Pascal Triangle
C Print Pascal Triangle In this section, you will learn how to display Pascal's triangle. A Pascal's triangle is a geometric arrangement of the binomial coefficients in a triangle.The rows of Pascal's triangle are conventionally
Golden Triangle Tour - Enchanting Golden Triangle Tour
The best part of Golden Triangle Tour is that all these three cities are just four to five hours driving distance from each other
Creating Auto Shape in PowerPoint Using Java
Creating Auto Shape in PowerPoint Using Java... to create auto shape on PowerPoint slide using java. In this example, we are creating the object of AutoShape .We are passing the shape type into AutoShape
Inserting Text on Shape Using Java
Inserting Text on Shape Using Java       In this example we are going to create auto shape... the object of AutoShape .We are passing the shape type into AutoShape as argument
Java Program Floyd's Triangle
Java Program Floyd's Triangle In this section you will read about how to write a Java program to print Floyd's triangle. This tutorial is about printing a Floyd's triangle in Java. Here you will learn about all the steps
TRIANGLE OF *S AT THE BOTTOM RIGHT!!! - Java Beginners
TRIANGLE OF *S AT THE BOTTOM RIGHT!!!  My Question is to : "Write a program that inputs one integer m and outputs an m-line high triangle of *'s... to make the triangle at the right side but couldn't do so. Can you please solve
Draw a Triangle using a Line2D
Draw a Triangle using a Line2D       This section illustrates you how to draw a triangle using a Line2D. To draw a triangle, we are using Line2D class of package java.awt.geom.
India Golden Triangle Tours
India Golden Triangle Tours Golden Triangle India is a heady concoction.... These three destinations forming a triangle offer best of India in a single platter... and a plethora of monuments giving a fine reflection of its glory, make golden triangle
J2ME Draw Triangle
J2ME Draw Triangle      ... application, we are using canvas class to draw the triangle on the screen. In this example you will learn how to draw a triangle and filling it with particular color
C Program to Print Pascal Triangle - Development process
C Program to Print Pascal Triangle  I want C Program to Print Pascal Triangle.  Hi Friend, Try the following code: #include #include void main(){ int a[15][15],i,j,rows,num=25,k; printf("\n enter
Golden Triangle Tour with Varanasi
Golden Triangle Tour with Varanasi Duration: 8 Nights /9 Days... Golden triangle tour with Varanasi, and visit various tourists attractions... of Akshardham temple a well-acclaimed Qutub Minar. Day 03 of Golden Triangle
Golden Triangle Tours India
. The next destination in your golden triangle travel package is Agra. The city... and Fatehpur Sikri. The third destination in your Golden Triangle tours in India... Mahal, Jantar Mantar, Amber Fort and many more. Your Golden triangle
What will be the total cost for Golden Triangle Package tour from Delhi
What will be the total cost for Golden Triangle Package tour from Delhi   Hi, Can anyone give me the idea about Golden Triangle Package tour cost from New Delhi? I want's to travel by car. Thanks
India Golden Triangle Tours with Ranthambore
Golden Triangle Tour with Ranthambore Duration: 6 Nights 7 Days Destinations Covered: Delhi- Mathura- Agra-Jaipur-Ranthambore-Delhi Day 01: Arrive Delhi Our representative will receive you at Delhi airport and transfer to your
Golden Triangle Travel India
Golden Triangle Travel India Destinations: Delhi-Agra-Karauli-Fatehpur Sikri-Jaipur Duration: 06 Nights / 07 Days Day 01: Arrive at Delhi On arrival in Delhi our representatives will receive you and transfer to the hotel. Unwind
Golden Triangle Holidays in India
Golden Triangle Holidays India Destination Covered : Delhi, Agra and Jaipur Day 01: Arrive Delhi On arrival in Delhi our representative will receive you at the airport. Overnight stay at hotel. Day 02: New Delhi (Breakfast
Golden Triangle Tour with Haridwar and Rishikesh
Golden Triangle Tour with Haridwar & Rishikesh Duration: 7 Nights 8 Days Destinations Covered: Delhi- Rishikesh-Haridwar ?Agra-Jaipur-Delhi. Day 01: Delhi Arrival On arrival at Delhi airport our representative will receive
Golden Triangle Tour India by Rail
Golden Triangle Tour India by Rail Destinations Covered : Delhi, Agra... train for your Golden Triangle Tour of India . On arrival; transfer to hotel... of Jaipur to catch Agra bound train for Golden Triangle Tours of India by luxury
four rectangle/image of the shape of the button.then Draw these on some x and y co-ordinated in j2me then how to draw ?
four rectangle/image of the shape of the button.then Draw these on some x and y co-ordinated in j2me then how to draw ?  hi, i have button use... of the shape of the button.then Draw these on some x and y co-ordinated in j2me

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.