<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'I NEED  HELP on my assignment ,am new to VB.NET' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'I NEED  HELP on my assignment ,am new to VB.NET' posted on the 'Access databases and VB' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2008 Programmers Heaven</copyright>
    <pubDate>Tue, 13 May 2008 20:59:07 -0700</pubDate>
    <lastBuildDate>Tue, 13 May 2008 20:59:07 -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>I NEED  HELP on my assignment ,am new to VB.NET</title>
      <link>http://www.programmersheaven.com/mb/AccessAndVB/370612/370612/ReadMessage.aspx</link>
      <description>&lt;div class="BoardMessageAreaPrinterFriendly"&gt;
&lt;h2 class="BoardMessageSubjectPrinterFriendly"&gt;I NEED  HELP on my assignment ,am new to VB.NET&lt;/h2&gt;
&lt;div class="BoardMessageInfoPrinterFriendly"&gt;Posted by  on 26 Mar 2008 at 7:56 AM&lt;/div&gt;
&lt;div class="BoardMessageBodyPrinterFriendly"&gt;HERE is my assingment below, please help me and derive for me the ALGORITHM, PSEUDOCODE , FLOWCHART, and a TRACE TABLE to prove its correctiveness.&lt;br /&gt;
&lt;br /&gt;
Assignment:&lt;br /&gt;
.&lt;strong&gt;AIRLINES RESERVATIONS SYSTEM&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
     &lt;strong&gt;Eagle Airlines Uganda Ltd&lt;/strong&gt; has just purchased a computer for its new automated reservations system.&lt;br /&gt;
The general manager has asked you to program the new system. You&lt;br /&gt;
are to write a program to assign seats on each flight to the airlines planes (capacity 10&lt;br /&gt;
seats).&lt;br /&gt;
-Your program should allow a customer to specify what class he wants (Economy or First class). If the person wants First class section he should be assigned seats 1-5 and for Economy, seats 6-10.&lt;br /&gt;
-Your program should print the boarding pass indicating the&lt;br /&gt;
person’s seat number and whether it is in the first class or economy section. A seat should not be assigned if it is already assigned.&lt;br /&gt;
-When the First class section is full, your program should ask the person if it is acceptable to be placed in the economy section (and vice versa). If yes, then make the appropriate seat assignment. If no, then print the message “Next flight leaves in five hours”.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Hints and Suggestions&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
• You can use radio to allow the user specify the class of interest&lt;br /&gt;
• The seats 1-10 can be represented as an array index whose values are either marked 0 (for free) or 1 (for occupied).&lt;br /&gt;
• Iteration and repetition structures would be necessary to search through the array.&lt;br /&gt;
• You can use a message box or text box to display the results of your assignments.&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;</description>
      <pubDate>Wed, 26 Mar 2008 07:56:22 -0700</pubDate>
      <category>Access databases and VB</category>
    </item>
  </channel>
</rss>