CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Fill array

  1. #1
    Join Date
    Mar 2012
    Posts
    19

    Fill array

    Hi.
    I want to solve the following exercises with four different arrays.
    int[] a;
    int[] b;
    int[] c;
    int[] d;
    Please see the pdf file.
    Thank you
    Attached Images Attached Images

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Fill array

    Do you have a question?

  3. #3
    Join Date
    Mar 2012
    Posts
    19

    Re: Fill array

    Quote Originally Posted by Arjay View Post
    Do you have a question?
    Yes,I need help.
    Please see the pdf file(attached) . i want fill array with the following pattern in pdf.

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Fill array

    Quote Originally Posted by irpersian20 View Post
    Yes,I need help.
    Please see the pdf file(attached) . i want fill array with the following pattern in pdf.
    What code do you have so far? What are having trouble with?

  5. #5
    Join Date
    Mar 2012
    Posts
    19

    Re: Fill array

    I can't write any code .. I need one idea for solve the problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured