<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>BIT101 - In Class Exercise by DwOctaviani</title>
      <link>https://padlet.com/octavianidewi72/ifryujqk8wa1</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2017-11-07 01:05:12 UTC</pubDate>
      <lastBuildDate>2017-11-07 04:51:05 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Leonardo/ Marsheila Jane </title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204187804</link>
         <description><![CDATA[<div>1.&nbsp;<br>A. Variable = Names of places ti store values<br>B . Assignment = storing the value of an expression&nbsp;<br>&nbsp; &nbsp; Into a variable&nbsp;<br>C. Output= printing a value on an output devices (ex:print)<br>D. Input = getting values from the user and storing them into variables (ex command = Read)<br>E. Repetition = repeating a series of statements (command = while)<br>F. Selection = making a choice to excecute or skip a statement (command = If , elseif , else)</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 02:42:08 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204187804</guid>
      </item>
      <item>
         <title>Question 3 NGLEI&amp;LKW</title>
         <author>melarh98</author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204188445</link>
         <description><![CDATA[<div>Write 'Enter two price separated with blank'<br><br>Read Price1 , PRice 2</div><div><em>Set</em> TotalPrice to 0 </div><div>While (price1 &gt;0 )OR (Price2 &gt;0)<br>      Set TotalPrice to Price1 + Price2<br><br>     if TotalPrice &gt;85:<br>           Write 'DiscountRM10'<br><br>     ELSEIF TotalPrice &gt; 70:<br>          Write"DIscountRM5'<br><br>    ELSE <br>           'NoDiscount'<br>    Write 'Enter two price separated with       blank' <br>    </div><div>   Read Price1 , PRice 2 </div><div><br><br><br><br>             <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 02:47:25 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204188445</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204188479</link>
         <description><![CDATA[<div><strong>Adiilah Zaini / Raveena</strong><br>1.<br> Variable (Decimal, Number)<br>  - name of place to store value </div><div>Assignment (Set, quotient) <br>- same as variable but with value. </div><div>Output (Print, Write)<br> - result / print value of output or result. </div><div>Input (Get, read) <br>- values from outside word &amp; storing data (get variable) </div><div>Repeating (While) <br> Repeating series </div><div>Selecting ((if), (else if), (nested if))  <br>- execute or skip a statement <br>2.</div><div>Write “Enter the weight of package “ </div><div>Read weight </div><div>While (weight &lt;&gt; “0”) </div><div>If (weight &gt; 100) </div><div>write “Heavy” </div><div>Else if </div><div>If (weight &gt;= 61) and (weight &lt;= 99) </div><div>write “Medium” </div><div>Else </div><div>Write “light” <br>3. </div><div>Write “Enter a price for two item separated with blank” </div><div>Read Price1 </div><div>Read Price2 </div><div>Set total price to “0” </div><div>While (Price 1 &gt;= 0) and (price2 &gt;= 0) </div><div>Set totalprice to (price1 + price2) </div><div>If totalprice &gt; 85 </div><div>Write “discount rm 10” </div><div>Else if </div><div>Totalprice &gt;70 </div><div>Write “discount rm 5” </div><div>Else </div><div>Write “ No Discount” </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 02:47:39 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204188479</guid>
      </item>
      <item>
         <title>Daniel and Yueqidong</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204188487</link>
         <description><![CDATA[<div>Question 1<br>Variables - The names of places to store variables<br>Assignment - A variable with a stored value&nbsp;<br>Output - printing a value on an output device<br>Input - getting values from outside the code and storing it in variables<br>Repetition - repeating a series of statements&nbsp;<br>Selection - deciding whether or not to skip or execute a statement&nbsp;<br>Question 2<br>Write "Enter the weight of a package"<br>Read packageWeight<br>While (packageWeight /= 0):<br>	if (packageWeight &gt; 100):<br>		write "Heavy"<br>	else if (packageWeight &lt;= 99) and (packageWeight &gt;= 61):<br>		write "Medium"<br>	else:<br>		write "Light"<br>Stop<br>Question 3<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 02:47:45 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204188487</guid>
      </item>
      <item>
         <title>tsai yung-yang, isfaul</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204189049</link>
         <description><![CDATA[<div> </div><div><strong>Variable – name of place to store values</strong> .</div><div><strong>Assignment – storing the value of an expression into a variable</strong> .</div><div><strong>Output – print the result</strong> .</div><div><strong>Input – get values from user</strong> .</div><div><strong>Repetition – repeat a series of statements .</strong></div><div><strong>Selection – make a choice to execute or skip a statement</strong> .</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 02:51:34 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204189049</guid>
      </item>
      <item>
         <title>Mughesh/Siva Nesan/Keerthivaasan</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204189295</link>
         <description><![CDATA[<div>&nbsp;</div><div>1.</div><div><strong>Variables – Name of places to store values.</strong>&nbsp;<br><br></div><div><strong>Assignment – Storing the value of an expression into a variable</strong>&nbsp;<br><br></div><div><strong>Output – Printing a value on an output device</strong>&nbsp;<br><br></div><div><strong>Input - Getting values from the outside word and storing them into variables</strong>&nbsp;<br><br></div><div><strong>Repetition – Repeating a series of statement</strong>&nbsp;<br><br></div><div><strong>Selection – Making a choice to execute or skip a statement</strong>&nbsp;<br><br>&nbsp;</div><div>&nbsp;2.&nbsp; Ans: Write “Enter weight”<br>&nbsp; &nbsp;Read New Weight<br>&nbsp; &nbsp;While (weight &lt;&gt; 0 )<br>IF weight &gt;=100 then<br>&nbsp; &nbsp; &nbsp; &nbsp;Write “Heavy”<br>&nbsp; &nbsp;Else if weight &gt;=61 and weight &lt;=99 then<br>&nbsp; Write “Medium”<br>&nbsp; &nbsp;Else if weight &lt;60 then&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp;Write “light”<br>&nbsp; &nbsp; &nbsp; &nbsp;Else “Medium”&nbsp;</div><div><br><br>3.Write “Please enter price of item 1”<br>Read item1<br>If (item1&lt;0)<br>Write item1+ “is less than 0.”<br>	Write “Please input an appropriate value”<br>Write “Please enter price of item 2”<br>Read item2<br>If (item2&lt;0)<br>Write item1+ “is less than 0.”<br>	Write “Please input an appropriate value”<br>While item1&gt;0 or item2&gt;0<br>Set totalPrice to 0<br>Set totalPrice to item1 + item2<br>Read totalPrice<br>If (totalPrice &gt; 85)<br>	Write “Discount RM10”<br>Else if (totalPrice&gt;70)<br>	Write “Discount RM5”<br>Else&nbsp;<br>	Write ”No discount”<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 02:53:02 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204189295</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204189586</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 02:55:16 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204189586</guid>
      </item>
      <item>
         <title>Nicholas/Calvin</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204189989</link>
         <description><![CDATA[<div>Write "Enter a weight of package 1-100"<br><br>Read numberOfPackage<br><br>While(weight&lt;&gt;0)<br>&nbsp; &nbsp; &nbsp; &nbsp; IF( number &gt; 100)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; write('heavy')<br>&nbsp; &nbsp; Else&nbsp; IF(61 &lt; weight&lt;99)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; write('medium<br>&nbsp; Else IF (weight &lt;60)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;write('light')<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 02:57:27 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204189989</guid>
      </item>
      <item>
         <title>karim  young</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204190013</link>
         <description><![CDATA[<div>1. input &nbsp;<br>Q3.<br>set value0<br>a,b=input(set integer)<br>total=a+b&nbsp;<br>if total price &gt;&nbsp; 85<br>then print"Discount10RM"<br>if total price &gt; 70<br>then<br>print "DiscountRM5"<br>else&nbsp;<br>total price &lt;70&nbsp;<br>print "no discount"<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 02:57:41 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204190013</guid>
      </item>
      <item>
         <title>Pooria/Ming</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204190389</link>
         <description><![CDATA[<div>Q1:&nbsp; &nbsp;</div><div><strong>Variables, assignment, output, input, repetition, selection </strong><br><br>Q2:<br><strong>write ("user please input a weight(1-100)?")<br>read weight<br>while (weight &lt;&gt;0)<br>&nbsp; if weight&gt;=100 then<br>	write ("heavy")<br>&nbsp; else if weight&gt;=61 and weight&lt;=99<br>	write ("medium")<br>&nbsp; else<br>	write ("light") </strong><br>Q3:<br>&nbsp;</div><div><strong>set price1 = 0&nbsp;</strong></div><div><strong>set price2 = 0&nbsp;</strong></div><div><strong>While (price1 &gt; -1)&nbsp;</strong></div><div><strong>&nbsp; Write “enter item one’s price?”<br>&nbsp; &nbsp;Read price1&nbsp;</strong></div><div><strong>&nbsp; Write “Enter item two’s price?”&nbsp;</strong></div><div><strong>&nbsp; Read price2&nbsp;</strong></div><div><strong>&nbsp; Total = price1 + price2&nbsp;</strong></div><div><strong>&nbsp; If (total &gt; 85)&nbsp;</strong></div><div><strong>&nbsp; &nbsp; Write “Discount RM10”&nbsp;</strong></div><div><strong>&nbsp; Else if (total &gt; 70 and total =&lt; 85)&nbsp;</strong></div><div><strong>&nbsp; &nbsp; Write “Discount RM5”&nbsp;</strong></div><div><strong>&nbsp; Else&nbsp;</strong></div><div><strong>&nbsp; &nbsp; Write “No Discount”&nbsp;</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 02:59:01 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204190389</guid>
      </item>
      <item>
         <title>Leonardo/ Marsheila Jane</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204190480</link>
         <description><![CDATA[<div>2.&nbsp;<br>Write "please enter the weight (1-100):<br>Read weight<br>While (weight&lt;&gt;0)<br>&nbsp; if weight&gt; =100 then<br>&nbsp; &nbsp; print "heavy"<br>&nbsp; else if weight &lt; 60 then<br>&nbsp; &nbsp; print "light"<br>&nbsp; else<br>&nbsp; &nbsp; print "medium"<br>3.<br>Write "enter the price of two items as an integer: "<br>Read item1<br>Read item2<br>Set totalprice=0<br>While item1&gt;=0 and item2&gt;=0<br>Set totalprice= item1+item2<br>If totalprice&gt;85<br>Print "discount RM10"<br>Else if totalprice&gt;70<br>Print "discount RM5"<br>ELSE&nbsp;<br>Read item1<br>Read item2<br>If totalprice&lt;0<br>STOP<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 02:59:40 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204190480</guid>
      </item>
      <item>
         <title>Jenny/Hamza</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204190760</link>
         <description><![CDATA[<div><br><br>Q2)<br><br> </div><div>PROMPT “Insert your number 1-100)” </div><div>Read Num1 </div><div>While (num1 &gt; 0) </div><div>IF (num1&lt;100) </div><div>             Write “heavy” </div><div>ELSE (num1 &gt; 61 and =&gt; 99) </div><div>             Write “medium” </div><div>ELSE (num1 &lt; 60) </div><div>             Write “light” <br><br><br>Q3)<br><br> </div><div>PROMPT user to input price1 and price2 </div><div>READ price1, price2 </div><div>SET totalprice = 0 </div><div>While price1 &gt;= 0 and price2 &gt;= 0 </div><div>SET totalprice = price1 + price2 </div><div>IF totalprice &gt; 85 </div><div>WRITE “Discount RM10” </div><div>ELSE totalprice &gt; 70 </div><div>WRITE “Dsicount RM5” </div><div>ELSE totalprice &lt; 70 </div><div>PROMPT user to input price1 and price2 </div><div>IF total price &lt; 0 </div><div>STOP </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 03:01:20 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204190760</guid>
      </item>
      <item>
         <title>Ridge &amp; Beh</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204190811</link>
         <description><![CDATA[<div>1)<br>- Inner levels must be indented<br>&nbsp;To show order of statements carried out (Innermost levels executed first)<br>- May contain:<br>&nbsp;variables (data storage locations)<br>&nbsp;assignment (variables with a preset value)<br>&nbsp;input (data entered by user)<br>&nbsp;output (processed info shown to user)<br>&nbsp;repitition (loops)<br>&nbsp;selection (if/else statements)<br><br>2)<br>Write "Enter weight of package (1 - 100kg): "<br>Read packageWeight<br>WHILE (packageWeight &lt;&gt; 0)<br>&nbsp;IF (packageWeight &gt; 100)<br>&nbsp;Write "heavy"<br>&nbsp;ELSE IF (packageWeight &gt; 60) and (packageWeight &lt; 100)<br>&nbsp;Write "medium"<br>&nbsp;ELSE IF (packageWeight &lt; 60)<br>&nbsp;Write "light"<br>&nbsp;<br>&nbsp;Write "Enter weight of package (1 - 100kg): "<br>&nbsp;Read packageWeight<br><br>3)<br>Write "Enter price of Item 1: "<br>Read item1<br>Write "Enter price of Item 2: "<br>Read item2<br><br>WHILE item1 &gt;= 0 AND item2 &gt;= 0<br>&nbsp;Set totalPrice to (item1 + item2)<br>&nbsp;IF totalPrice &gt; 85<br>&nbsp;Write "Discount RM10"<br>&nbsp;ELSE IF totalPrice &gt; 70<br>&nbsp;Write "Discount RM5"<br>&nbsp;ELSE<br>&nbsp;Write "No Discount"<br><br>&nbsp;Write "Enter price of Item 1: "<br>&nbsp;Read item1<br>&nbsp;Write "Enter price of Item 2: "<br>&nbsp;Read item2</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 03:01:43 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204190811</guid>
      </item>
      <item>
         <title>shayan , sahil</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204191540</link>
         <description><![CDATA[<div>Q1:<br><strong>Variables<br></strong><br></div><div>Names of places to store values<br><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <em>quotient, decimalNumber, newBase<br></em><br></div><div><strong>Assignment<br></strong><br></div><div>Storing the value of an expression into a<br><br></div><div>variable<br><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;set</div><div><strong>Output<br></strong><br></div><div>Printing a value on&nbsp; an output device<br><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <em>Write, Print<br></em><strong><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</em></strong></div><div><strong>Input<br></strong><br></div><div>Getting values from the outside word and storing them into variables<br><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <em>Get, Read<br></em><br></div><div><strong>Repetition<br></strong><br></div><div>Repeating a series of statements&nbsp;<br><br></div><div><em>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; while<br></em><br></div><div><strong>Selection<br></strong><br></div><div>Making a choice to execute or skip a statement (or group of statements)<br><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<em>If/else if/else<br></em><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 03:06:51 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204191540</guid>
      </item>
      <item>
         <title>Q1.</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204191848</link>
         <description><![CDATA[<div>Variables: Names of places to store values.</div><div>Assignment: Storing the value of an expression into a variable</div><div>Output: Printing a value on an output device</div><div>Input: Getting values from the outside word and storing them into variables</div><div>Repetition: Repeating a series of statements</div><div>Selection: Making a choice to execute or skip a statement<br><br>Q2.<br>&nbsp;</div><div>WRITE “Enter Your Weight(0-100kg)”&nbsp;</div><div>Read weight&nbsp;</div><div>IF (weight&gt;100)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Print “Heavy”&nbsp;</div><div>ELSE&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IF (weight&gt;=61)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Print “Medium”&nbsp;</div><div>ELSE&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IF (weight&lt;61)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Print “Light”&nbsp;</div><div>ELSE&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Print “Please Check Your Weight.”&nbsp;<br>Q3.<br>&nbsp;</div><div>WRITE “Enter two item prices”&nbsp;</div><div>READ price1&nbsp;</div><div>READ price2&nbsp;</div><div>SET Totalprice to 0&nbsp;</div><div>SET Totalprice TO price1+price2&nbsp;</div><div>IF (Totalprice &lt; 0)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Write “Please Check Your Item Price.”&nbsp;</div><div>IF (Totalprice &gt; 85)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Write “Discount RM10”&nbsp;</div><div>Else&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;IF (Totalprice &gt; 70)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Write “Discount RM5”&nbsp;</div><div>Else&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;IF (Totalprice &lt;70)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Write “No Discount”&nbsp;</div><div><br>LCF</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 03:08:04 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204191848</guid>
      </item>
      <item>
         <title>Cheon &amp; Soo</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204191915</link>
         <description><![CDATA[<div>Q2:<br>&nbsp;</div><div>WRITE “Please enter your weight (0-100).”&nbsp;</div><div>READ weight&nbsp;</div><div>WHILE (weight &lt;&gt; 0)&nbsp;</div><div>IF (weight &gt; 100) THEN&nbsp;</div><div>PRINT “Heavy”&nbsp;</div><div>ELSEIF (weight &gt;= 61 AND weight &lt;= 99) THEN&nbsp;</div><div>PRINT “Medium”&nbsp;</div><div>ELSEIF (weight &gt;= 0 AND weight &lt;=60) THEN&nbsp;</div><div>PRINT “Light”&nbsp;</div><div>WRITE “Please enter your weight (0-100).”&nbsp;</div><div>READ weight&nbsp;</div><div><br><br>Q3:<br>&nbsp;</div><div>WRITE “Please enter the prices of 2 items to get discount.”&nbsp;</div><div>READ Price1, Price2&nbsp;</div><div>WHILE (Price1 &gt; 0 AND Price2 &gt; 0)&nbsp;</div><div>SET TotalPrice TO Price1 + Price2&nbsp;</div><div>&nbsp; &nbsp; &nbsp;IF (TotalPrice &gt; 85) THEN&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WRITE “Discount RM10”&nbsp;</div><div>&nbsp; &nbsp; &nbsp;ELSEIF (TotalPrice &gt; 70 AND TotalPrice &lt; 85) THEN&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WRITE “Discount RM5”&nbsp;</div><div>&nbsp; &nbsp; &nbsp;ELSEIF (TotalPrice &lt; 70)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WRITE “No Discount”&nbsp;</div><div>WRITE “Please enter the prices of 2 items to get discount.”&nbsp;</div><div>READ Price1, Price2&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 03:08:40 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204191915</guid>
      </item>
      <item>
         <title>shayan, sahil</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204191916</link>
         <description><![CDATA[<div>Q3:<br>&nbsp;</div><div>&nbsp;<br><br></div><div><strong>Amount1 = 0&nbsp;</strong></div><div><strong>amount2 = 0&nbsp;</strong></div><div><strong>While (amount1 &gt; -1)&nbsp;</strong></div><div><strong>&nbsp; Write “enter item first amount?”<br>&nbsp; &nbsp; Read amount1&nbsp;</strong></div><div><strong>&nbsp; Write “Enter item second amount?”&nbsp;</strong></div><div><strong>&nbsp; Read amount2&nbsp;</strong></div><div><strong>&nbsp; Total = amount1 + amount2&nbsp;</strong></div><div><strong>&nbsp; If (total &gt; 85)&nbsp;</strong></div><div><strong>&nbsp; &nbsp; Write “Discount RM10”&nbsp;</strong></div><div><strong>&nbsp; Else if (total &gt; 70 and total =&lt; 85)&nbsp;</strong></div><div><strong>&nbsp; &nbsp; Write “Discount RM5”&nbsp;</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 03:08:40 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204191916</guid>
      </item>
      <item>
         <title>Yi Min</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204191938</link>
         <description><![CDATA[<div>Q1<br><strong>Variables: The name of places to store value</strong></div><div><strong>Assignment: Storing the value of an expression into a variable</strong></div><div><strong>Output: Printing a value on an output device</strong></div><div><strong>Input: Getting values from the outside word and storing them into variables</strong></div><div><strong>Repetition: Repeating a series of statements</strong></div><div><strong>Selection: Making a choice to execute or skip a statement/Choose to execute oone statement or another statement<br><br>Q2<br>Write”Please enter a weight of package(1-100 Kilogram)”</strong></div><div><strong>Read weightOfPackage</strong></div><div><strong>WHILE weightOfPackage&lt;&gt;0</strong></div><div><strong>IF weightOfPackage &gt;=100 then</strong></div><div><strong>Write”Heavy”</strong></div><div><strong>ELSE IF (weightOfPackage &gt;=61) AND (weightOfPackage &lt;=99) then</strong></div><div><strong>Write”Medium”</strong></div><div><strong>&nbsp; &nbsp; ELSE</strong></div><div><strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Write”Light”<br><br>Q3<br>Write”Enter the price of item 1”</strong></div><div><strong>Write”Enter the price of item 2”</strong></div><div><strong>Read PriceOfItem1</strong></div><div><strong>Read PriceOfItem2</strong></div><div><strong>Set totalPrice to 0</strong></div><div><strong>WHILE (priceOfItem1&gt;0) OR (priceOfItem2&gt;0)</strong></div><div>&nbsp; &nbsp; <strong>IF totalPrice&gt;85 then</strong></div><div>&nbsp; &nbsp; &nbsp; &nbsp; <strong>Write”Discount RM10”</strong></div><div>&nbsp; &nbsp; <strong>ELSE IF totalPrice&gt;70 and&nbsp; &nbsp;  &nbsp;    totalPrice&lt;85 then</strong></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<strong>Write”Discount RM5”</strong></div><div>&nbsp; &nbsp; <strong>ELSE</strong></div><div>&nbsp;       <strong>Write”No discount”</strong></div><div><strong>Stop<br></strong><br></div><div><strong>&nbsp;</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 03:08:54 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204191938</guid>
      </item>
      <item>
         <title>Muhammad Hamza/ Jenny</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204191988</link>
         <description><![CDATA[<div>Q1<br><br>Following are the constructs which are represented in a Pseudocode algorithm :</div><div><strong>Variebles:-</strong></div><div>Name of places used to store different values.</div><div><strong>Assignment :</strong></div><div>Used to store a value in Variebles.</div><div><strong>Output :</strong></div><div>Printing/Getting a value on a output device.</div><div>e.g # Write, Print,&nbsp; Write “Err,&nbsp; Write sum</div><div><strong>Input :</strong></div><div>Getting values from users/Outside word and to store them into variables.</div><div><strong>Repetation :</strong></div><div>Repeating a series of the same statements in a Pseudocode algorithm.</div><div><strong>Selection :</strong></div><div>Choose to execute a statement or another statement based on a given condition.<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 03:09:17 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204191988</guid>
      </item>
      <item>
         <title>Question 2</title>
         <author>octavianidewi72</author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204191990</link>
         <description><![CDATA[<div>Write "please enter the weight (1-100): "<br>Read weight<br><br>While (weight &lt;&gt;0)<br>	if weight &gt;=100 then<br>		write "heavy"<br>	else if weight &lt; 60 then&nbsp;<br>		write "light"<br>	else&nbsp;<br>		write "medium"</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 03:09:19 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204191990</guid>
      </item>
      <item>
         <title>shayan, sahil</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204192054</link>
         <description><![CDATA[<div>Q2:<br>&nbsp;</div><div>Write “enter the weight value”&nbsp;<br><br></div><div>Read numweight&nbsp;<br><br></div><div>Set numweight to 1&nbsp;<br><br></div><div>While(numweight !=1)&nbsp;<br><br></div><div>If(numweight&gt;=100)&nbsp;<br><br></div><div>Print “heavy”&nbsp;<br><br></div><div>Else if(numweight &gt;=60) &amp;&amp;( numweight &lt;=100)&nbsp;<br><br></div><div>Print “medium”&nbsp;<br><br></div><div>Else if(numweight&lt;60)&nbsp;<br><br></div><div>Print “light”&nbsp;<br><br></div><div>Else&nbsp;<br><br></div><div>Print “programs end”&nbsp;</div><div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 03:09:48 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204192054</guid>
      </item>
      <item>
         <title>Hamza and Theebhan</title>
         <author></author>
         <link>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204192116</link>
         <description><![CDATA[<div>Write “Enter weight of package in Kilograms”&nbsp;</div><div>Read Weight&nbsp;</div><div>If weight &gt; =&nbsp; 100 then&nbsp;</div><div>Write “Heavy”&nbsp;</div><div>Else if weight &lt; 60 then&nbsp;</div><div>Write “Light”&nbsp;</div><div>Else&nbsp;</div><div>Write “Medium”&nbsp;</div><div>Else weight &lt;=0 than quit program&nbsp;</div><div>Write “Program Ended”&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 03:10:15 UTC</pubDate>
         <guid>https://padlet.com/octavianidewi72/ifryujqk8wa1/wish/204192116</guid>
      </item>
   </channel>
</rss>
