<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>W64M_C105_Week5 by Stanley Tan</title>
      <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4</link>
      <description>Loops</description>
      <language>en-us</language>
      <pubDate>2021-05-19 00:21:49 UTC</pubDate>
      <lastBuildDate>2026-02-02 03:51:31 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Place to ask question and share hints :)</title>
         <author>stanley_tan_cl</author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1537878807</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 00:23:55 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1537878807</guid>
      </item>
      <item>
         <title>Zhen Yu&#39;s Not-In-Slides Hints </title>
         <author></author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538097297</link>
         <description><![CDATA[<div>How do we know whether to print IN the indentation or OUTSIDE the indentation?<br><br>For counting values : placing the PRINT in the indentation causes the PRINT to be PRINTed for that number of times. So its good for counting values (1,2,3,4,5.... etc)<br><br>For sums : should be placed OUTSIDE the indentation. The loop calculates the values, then you SUM the end of the loop process.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 02:38:16 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538097297</guid>
      </item>
      <item>
         <title>Fairez</title>
         <author></author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538097355</link>
         <description><![CDATA[<div>are we suppose to explain for exercise 1 and 2?</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 02:38:18 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538097355</guid>
      </item>
      <item>
         <title>What are the 3 steps in a counter loop?</title>
         <author>stanley_tan_cl</author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538097759</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 02:38:33 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538097759</guid>
      </item>
      <item>
         <title>tianhao</title>
         <author></author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538103387</link>
         <description><![CDATA[<div>why the number sequence for While loop does not start with 0?</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 02:42:18 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538103387</guid>
      </item>
      <item>
         <title></title>
         <author>210408091</author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538105123</link>
         <description><![CDATA[<div>can while loop start with any number?</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 02:43:26 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538105123</guid>
      </item>
      <item>
         <title>Miqdad</title>
         <author></author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538108473</link>
         <description><![CDATA[<div>do we have to use string for the worksheet?<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 02:45:41 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538108473</guid>
      </item>
      <item>
         <title></title>
         <author>21008526_2</author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538110287</link>
         <description><![CDATA[<div>Is there a limit to the number of repetitions?</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 02:46:32 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538110287</guid>
      </item>
      <item>
         <title>Everyone</title>
         <author></author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538125067</link>
         <description><![CDATA[<div>the termination can be placed before the print no problem right man -calvin<br>thanks</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 02:56:26 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538125067</guid>
      </item>
      <item>
         <title>Zhen Yu&#39;s Not-In-Slides Hint 2</title>
         <author></author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538130197</link>
         <description><![CDATA[<div>The second step of a loop involves BOTH the decision and termination (NOT only termination) as termination is just the last part of the decision. Hence, they occupy the same symbol in a flowchart<br><br>When using Trace Table, a good format of data to use is:<br>Normal data<br>Boundary data<br>Abnormal data&nbsp;<br><br>For example my While statement uses i &gt; 1 and i &lt;=10, so use this format to fill in your Trace Table<br>Normal data (3,4,5,6,7,8,9)<br>Boundary data (2,10)<br>Abnormal data (-1,11)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 02:59:54 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538130197</guid>
      </item>
      <item>
         <title>how to make a loop so that it goes on forever. what symbol to use-calv</title>
         <author></author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538134577</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 03:03:00 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538134577</guid>
      </item>
      <item>
         <title>fairez</title>
         <author></author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538158511</link>
         <description><![CDATA[<div>why do i have this error? is there anything wrong with my steps?</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1144673971/12ca75675170530cf97e14850866bbc3/Screenshot__9_.png" />
         <pubDate>2021-05-19 03:18:41 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538158511</guid>
      </item>
      <item>
         <title>Cher theres nowhere to type my answer in worksheet part 2 exercise 10 :( -mingwei</title>
         <author></author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538196549</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 03:45:16 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538196549</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538211071</link>
         <description><![CDATA[<div>How to do explanation for the trace table?-huiteng</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 03:55:38 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538211071</guid>
      </item>
      <item>
         <title>What is wrong with this anybody check for me pls.</title>
         <author></author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538419211</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201223776/7e6be59fb78d17a17e324d04840cc3bf/image.png" />
         <pubDate>2021-05-19 06:00:15 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538419211</guid>
      </item>
      <item>
         <title>Do we need to include the function: else in the write function if there is no code for the else part? Zhen Yu</title>
         <author></author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538438345</link>
         <description><![CDATA[<div>for example 12b where there is no need for an else&nbsp;, do we just put an if and leave it as it is?</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 06:10:36 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538438345</guid>
      </item>
      <item>
         <title>What are the datatype that are shown in the &quot;problem to solve&quot;? (optional)</title>
         <author>stanley_tan_cl</author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538453280</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 06:18:10 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538453280</guid>
      </item>
      <item>
         <title>Hint for Advance challenge</title>
         <author>stanley_tan_cl</author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538550310</link>
         <description><![CDATA[<div>requires a "valid counter" variable<br>requires a condition.<br>3 if condition to work with</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 07:05:01 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538550310</guid>
      </item>
      <item>
         <title>mw</title>
         <author></author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538584868</link>
         <description><![CDATA[<div>how to get the total marks in part 2?</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-05-19 07:21:03 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538584868</guid>
      </item>
      <item>
         <title>Andre</title>
         <author></author>
         <link>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538588123</link>
         <description><![CDATA[<div>liddat ah?</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1201342862/9a59106f241114a6e0aa7bc41b837154/ex_12_L05.png" />
         <pubDate>2021-05-19 07:22:30 UTC</pubDate>
         <guid>https://padlet.com/stanley_tan_cl/zcmrld8e4x82w4u4/wish/1538588123</guid>
      </item>
   </channel>
</rss>
