help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nahseez2009
    New Member
    • Feb 2008
    • 1

    help

    Write a program which reads an int, then prints a parallelogram with edges that are that size. For example, when it reads the number 5, the output would be
    Code:
      *****
       *****
        *****
         *****
          *****
    Last edited by Ganon11; Feb 14 '08, 04:31 AM. Reason: Added [CODE] tags to preserve spacing.
  • Ganon11
    Recognized Expert Specialist
    • Oct 2006
    • 3651

    #2
    The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

    Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

    Then when you are ready post a new question in this thread.

    MODERATOR

    Comment

    Working...