<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Average calculator 24 by Lloyd Hasson</title>
      <link>https://padlet.com/lhasson/7579fpvm075v</link>
      <description>Find the sum and average of numbers entered by the user using C#</description>
      <language>en-us</language>
      <pubDate>2016-10-22 10:24:12 UTC</pubDate>
      <lastBuildDate>2023-03-28 18:53:51 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Rocket.png</url>
      </image>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486232</link>
         <description><![CDATA[<div>Make a <strong>counter </strong>variable (int)</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486232</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486233</link>
         <description><![CDATA[<div>Make a <strong>sum </strong>variable (int)</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486233</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486234</link>
         <description><![CDATA[<div>Make a variable called <strong>keepGoing</strong> to see if the user wants to keep going (char)</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486234</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486235</link>
         <description><![CDATA[<div><strong>While Loop </strong>- while&nbsp;<strong>keepGoing</strong>&nbsp;is not equal to 'n' or 'N' ........</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486235</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486236</link>
         <description><![CDATA[<div>Make a variable for the <strong>average </strong>(double)</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486236</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486237</link>
         <description><![CDATA[<div>Get a number from the user and add it to&nbsp;<strong>sum</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486237</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486238</link>
         <description><![CDATA[<div>Increase&nbsp;<strong>counter&nbsp;</strong>by 1</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486238</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486239</link>
         <description><![CDATA[<div>Ask the user if they want to add another number</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486239</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486240</link>
         <description><![CDATA[<div>Get 'y' or 'n' from the user to see if they want to add another number</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486240</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486241</link>
         <description><![CDATA[<div>Finish&nbsp;<strong>While Loop</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486241</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486242</link>
         <description><![CDATA[<div>Calculate the <strong>average</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486242</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486243</link>
         <description><![CDATA[<div>Show the <strong>sum </strong>and <strong>average </strong>to the user</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486243</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486244</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/aws/139181283/590b909285ffd9b39aee937b9463449f/file.png" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486244</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486245</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/aws/139181283/2d6af75c7cbad3a8408dcf955dbff017/file.png" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486245</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486246</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/aws/139181283/aacd8114152eaea197166cfb77807933/file.png" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486246</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486247</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/aws/139181283/41f13c67f9d28c9a6f82a513be27e8d4/file.png" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486247</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486248</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/aws/139181283/b52cb7807c0174831b339844e1b761a8/file.png" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486248</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486249</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/aws/139181283/c54195941b48d1543ad46bda03643667/file.png" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486249</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486250</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/aws/139181283/099676e382029cf40b8d0e4e3b8c27a0/file.png" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486250</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486251</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/aws/139181283/b4b0e9dec46b4a5bee906f75f7f036e6/file.png" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486251</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486252</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/aws/139181283/c11ab57444aafac642df6362729aedb9/file.png" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486252</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486254</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/aws/139181283/2cac01ed590e029cdf0f846729b2043c/file.png" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486254</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486255</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/aws/139181283/75a76e9e4e773dccd5632c3c527f3c05/file.png" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486255</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132486256</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/aws/139181283/14b307dfd7cd2add3c22c34703adbe55/file.png" />
         <pubDate>2016-10-22 10:24:12 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132486256</guid>
      </item>
      <item>
         <title></title>
         <author>lhasson</author>
         <link>https://padlet.com/lhasson/7579fpvm075v/wish/132519640</link>
         <description><![CDATA[<div>Tell the user to enter a number, 'n' or 'N'</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-23 03:11:39 UTC</pubDate>
         <guid>https://padlet.com/lhasson/7579fpvm075v/wish/132519640</guid>
      </item>
   </channel>
</rss>
