Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Can somebody help me with a program to accept a string and make a pyramid out of it? its a bluej program

  1. #1
    Junior Member
    Join Date
    Feb 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Can somebody help me with a program to accept a string and make a pyramid out of it? its a bluej program

    the first character at the top of the string, second level with three characters [aaa] of the string, third level with five characters of the string and so forth. its tricky and i could not solve it myself. please help


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Can somebody help me with a program to accept a string and make a pyramid out of it? its a bluej program

    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.

    We won't do it for you. Post your code, describe what you consider the "tricky" parts, and ask for help.

    It's not a BlueJ program. It's a Java program.

Similar Threads

  1. BlueJ program !
    By fevdjyg in forum What's Wrong With My Code?
    Replies: 5
    Last Post: December 16th, 2013, 04:35 PM
  2. BLUEJ Program Help
    By threlot in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 5th, 2013, 09:42 PM
  3. Replies: 1
    Last Post: February 27th, 2013, 09:16 AM
  4. [SOLVED] How do I make my program accept letters?
    By tyb97 in forum What's Wrong With My Code?
    Replies: 14
    Last Post: September 30th, 2011, 06:27 PM
  5. Make JTextArea accept input from JButton
    By crazed8s in forum AWT / Java Swing
    Replies: 9
    Last Post: December 5th, 2010, 09:38 PM