<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Please assist: Array application' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Please assist: Array application' posted on the 'VB.NET' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 02:08:05 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 02:08:05 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Please assist: Array application</title>
      <link>http://www.programmersheaven.com/mb/VBNET/299895/299895/please-assist-array-application/</link>
      <description>Write a VB application that reads the data in an array.&lt;br /&gt;
&lt;br /&gt;
It will prompt the user for the beginning and end points of a range.&lt;br /&gt;
&lt;br /&gt;
It will then count how many elements were inside and outside the range. It will display the two counts to the user. To make this a little less tedious to test, put this line before the first function and you won't have to type in the data. Don't change the elements in the array, I might test your code by running it.&lt;br /&gt;
&lt;br /&gt;
Private data() As Integer = {19, 22, 34, 10, 78, 2, 25, 50, 42, 21, 21, 19, 10, 4, 100}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/299895/299895/please-assist-array-application/</guid>
      <pubDate>Sun, 17 Apr 2005 20:24:40 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>Re: Please assist: Array application</title>
      <link>http://www.programmersheaven.com/mb/VBNET/299895/300139/re-please-assist-array-application/#300139</link>
      <description>&lt;pre class="sourcecode"&gt;Private data() As Integer = {19, 22, 34, 10, 78, 2, 25, 50, 42, 21, 21, 19, 10, 4, 100}

Dim beginRange() as Integer = GetUserInput("Please enter range")

For Each i as Integer in data
   FirgureOutIfNumberIsInRange(i)
Next

If (YouAreStillPayingAttention) Then
   DoYourOwnHomeWork()
Else
   PrintThisOutAndTurnItIn(canYouSaySummerSchool)
End If&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
: Write a VB application that reads the data in an array.&lt;br /&gt;
: &lt;br /&gt;
: It will prompt the user for the beginning and end points of a range.&lt;br /&gt;
: &lt;br /&gt;
: It will then count how many elements were inside and outside the range. It will display the two counts to the user. To make this a little less tedious to test, put this line before the first function and you won't have to type in the data. Don't change the elements in the array, I might test your code by running it.&lt;br /&gt;
: &lt;br /&gt;
: Private data() As Integer = {19, 22, 34, 10, 78, 2, 25, 50, 42, 21, 21, 19, 10, 4, 100}&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/299895/300139/re-please-assist-array-application/#300139</guid>
      <pubDate>Tue, 19 Apr 2005 16:01:00 -0700</pubDate>
      <category>VB.NET</category>
    </item>
  </channel>
</rss>