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

Threaded View

  1. #1
    Join Date
    Feb 2012
    Posts
    3

    [RESOLVED] Displaying only part of an Array

    Hello all!
    I am working on a C# assignment for my class

    As per assignment instructions I have to display 20 numbers at each ends. I am not able to do that. I know that I have to write something in the "showall" method so that it displays only 20 numbers at both ends from the array, but i am having trouble with that
    Any help would be highly appreciated!
    Also please give me tips on how to generate 10 random number data sets.
    Last edited by sadi039; February 19th, 2012 at 04:27 PM.

Tags for this Thread

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