<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>แก้ 0 วิชาคอมพิวเตอร์เพื่อการเรียนรู้ รหัสวิชา ว 32250 ภาคเรียนที่2/2564 นางสาวฐิติรัตน์ ถ้วยทอง เลขประจำตัว 10819 เลขที่11 6/5 by Thitirat Thuaithong</title>
      <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2023-01-16 09:26:31 UTC</pubDate>
      <lastBuildDate>2023-03-08 07:34:31 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>📁Code - งานชิ้นที่ 2</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445443188</link>
         <description><![CDATA[<div><strong>#include &lt;stdio.h&gt;<br>#include &lt;conio.h&gt;<br>int main()&nbsp;<br>{<br>int x,y ;<br>printf("Enter x: ");<br>scanf("%d",&amp;x);<br>printf("Enter y: ");<br>scanf("%d",&amp;y);<br>printf("Operate of X Y Table\n");<br>printf("-------------------\n");<br>printf("x + y = %d\n",x+y);<br>printf("x - y = %d\n",x-y);<br>printf("x * y = %d\n",x*y);<br>printf("x / y = %d\n",x/y);<br>printf("x Mod y = %d\n",x%y);<br>getch();<br>}</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-16 09:56:16 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445443188</guid>
      </item>
      <item>
         <title>📁Code - งานชิ้นที่ 3</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445464467</link>
         <description><![CDATA[<div><strong>#include&lt;stdio.h&gt;<br>#include&lt;conio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp;int points;<br>&nbsp; &nbsp; &nbsp; &nbsp; clrscr;<br>&nbsp; &nbsp; &nbsp; &nbsp; printf("How many points can you score?: ");<br>&nbsp; &nbsp; &nbsp; &nbsp; scanf("%d",&amp;points);<br>&nbsp; &nbsp; if(points&gt;=50){<br>&nbsp; &nbsp; &nbsp; &nbsp; printf("You have a score of more than 50\n");<br>&nbsp; &nbsp; &nbsp; &nbsp; printf("pass exam...Congretulations\n");<br>&nbsp; &nbsp; } &nbsp;<br>&nbsp; &nbsp; else<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; printf("Fail...Attempt again\n");<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; printf("Bye bye...see you again next semester %d\n",points);<br>&nbsp; &nbsp; getch();<br>&nbsp; &nbsp; return(0);</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-16 10:15:21 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445464467</guid>
      </item>
      <item>
         <title>📁Code - งานชิ้นที่5</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445470001</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>#include&lt;conio.h&gt;<br>int main()<br>{<br>float score;<br>char grade;<br>printf("Input Your Score : ");<br>scanf("%f",&amp;score);<br>if (score&gt;=80)<br>&nbsp; &nbsp; grade= 'A';<br>&nbsp; &nbsp;else if (score&gt;=70)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; grade='B';<br>&nbsp; &nbsp; &nbsp; &nbsp; else if (score&gt;=60)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;grade='C';<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;else if (score&gt;=50)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;grade='D';<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;grade='F';<br>printf("Your's Score = %.2f \n",score);<br>printf("Grade = %c ",grade);<br>getch();<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-16 10:20:38 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445470001</guid>
      </item>
      <item>
         <title>ผลลัพธ์เป็นเกรด C</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445474865</link>
         <description><![CDATA[<div>กำหนดให้ score = 63.52</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/dc8e75b424a54adab9a04513234e6631/image.png" />
         <pubDate>2023-01-16 10:25:48 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445474865</guid>
      </item>
      <item>
         <title>ผลลัพธ์เป็นเกรด F</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445476116</link>
         <description><![CDATA[<div>กำหนดให้ score = 27.53</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/af41259e8003efa35d6254fcef72cb51/image.png" />
         <pubDate>2023-01-16 10:27:10 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445476116</guid>
      </item>
      <item>
         <title>ผลลัพธ์เป็นเกรด A</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445481230</link>
         <description><![CDATA[<div>กำหนดให้ score = 89.14</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/1ab36b09df1f73e9d7b4aa80e50c3fdd/image.png" />
         <pubDate>2023-01-16 10:32:10 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445481230</guid>
      </item>
      <item>
         <title>ผลลัพธ์เป็นเกรด B</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445482319</link>
         <description><![CDATA[<div>กำหนดให้ score = 71.65</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/2d8cad74a23c15a998c0ea881a6366b4/image.png" />
         <pubDate>2023-01-16 10:33:14 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445482319</guid>
      </item>
      <item>
         <title>📁Code - งานชิ้นที่8</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445484504</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>#include&lt;conio.h&gt;<br>int main()<br>{<br>int i = 1;<br>float weight,sum = 0;<br>&nbsp; &nbsp;while (i&lt;=5)<br>&nbsp; &nbsp; &nbsp; &nbsp;{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("Enter weight :");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;scanf("%f",&amp;weight);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sum += weight;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;i++;<br>&nbsp; &nbsp; &nbsp; &nbsp;}<br>printf("sum of weights = %.2f\n",sum);<br>printf("Average of weights = %.2f\n",sum/5);<br>getch();<br>}<br><br>2️⃣<strong>การใช้ Do While Loop</strong><br>#include&lt;stdio.h&gt;<br>#include&lt;conio.h&gt;<br>int main()<br>{<br>int i = 1;<br>float height,sum = 0;<br>&nbsp; &nbsp; &nbsp; &nbsp;do &nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; printf("Enter Height :");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; scanf("%f",&amp;height);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sum += height;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; i++;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;} while (i&lt;=5);<br>&nbsp; &nbsp;printf<br>&nbsp; &nbsp;("Sum of Height = %.2f\n",sum);<br>&nbsp; &nbsp;printf("Average of Height = %.2f\n",sum/5);<br>&nbsp; &nbsp;getch();<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-16 10:35:19 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445484504</guid>
      </item>
      <item>
         <title>📁Code - งานชิ้นที่7#include&lt;stdio.h&gt;</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445484913</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>#include&lt;conio.h&gt;<br>int main()<br>{<br>float score;<br>char grade;<br>printf("Input Your Score : ");<br>scanf("%f",&amp;score);<br>if (score&gt;=80)<br>&nbsp; &nbsp; grade= 'A';<br>&nbsp; &nbsp;else if (score&gt;=70)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; grade='B';<br>&nbsp; &nbsp; &nbsp; &nbsp; else if (score&gt;=60)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;grade='C';<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;else if (score&gt;=50)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;grade='D';<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;grade='F';<br>printf("Your's Score = %.2f \n",score);<br>printf("Grade = %c ",grade);<br>getch();<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-16 10:35:46 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445484913</guid>
      </item>
      <item>
         <title>📁Code - งานชิ้นที่6</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445487120</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;conio.h&gt;<br>int main()<br>{<br>char Grade;<br>printf("Enter Your Grade : ");<br>Grade = getchar();<br>switch (Grade)<br>{<br>case 'A' :<br>printf("Excellent");<br>break;<br>case 'B' :<br>printf("Well!");<br>break;<br>case 'C' :<br>printf("Good!");<br>break;<br>case 'D' :<br>printf("So-so!");<br>break;<br>case 'E' :<br>printf("Badly!");<br>break;<br>case 'F' :<br>printf("Oh God");<br>break;<br>default :<br>printf("Data Error");<br>}<br>getch();<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-16 10:37:58 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445487120</guid>
      </item>
      <item>
         <title>📁Code - งานชิ้นที่4 </title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445488231</link>
         <description><![CDATA[<div>&nbsp;<strong>#include&lt;stdio.h&gt;<br>#include&lt;conio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp;int points;<br>&nbsp; &nbsp; &nbsp; &nbsp; clrscr;<br>&nbsp; &nbsp; &nbsp; &nbsp; printf("How many points can you score?: ");<br>&nbsp; &nbsp; &nbsp; &nbsp; scanf("%d",&amp;points);<br>&nbsp; &nbsp; if(points&gt;=50){<br>&nbsp; &nbsp; &nbsp; &nbsp; printf("You have a score of more than 50\n");<br>&nbsp; &nbsp; &nbsp; &nbsp; printf("pass exam...Congretulations\n");<br>&nbsp; &nbsp; } &nbsp;<br>&nbsp; &nbsp; else<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; printf("Fail...Attempt again\n");<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; printf("Bye bye...see you again next semester %d\n",points);<br>&nbsp; &nbsp; getch();<br>&nbsp; &nbsp; return(0);</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-16 10:38:46 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445488231</guid>
      </item>
      <item>
         <title>ได้ผลลัพธ์เป็น Excellent</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445490137</link>
         <description><![CDATA[<div>Grade : A</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/f01b1c0a355629eda3400bedbb5f1001/image.png" />
         <pubDate>2023-01-16 10:40:42 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445490137</guid>
      </item>
      <item>
         <title>ได้ผลลัพธ์เป็น Well</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445492433</link>
         <description><![CDATA[<div>Grade : B</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/cb327614a2081afd06d75164f5b8c4bd/image.png" />
         <pubDate>2023-01-16 10:43:14 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445492433</guid>
      </item>
      <item>
         <title>ได้ผลลัพธ์เป็น Good</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445494009</link>
         <description><![CDATA[<div>Grade : C</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/a3e17556cbe51756ed394be939632a9b/image.png" />
         <pubDate>2023-01-16 10:44:44 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445494009</guid>
      </item>
      <item>
         <title>งานชิ้นที่7กำหนดให้ weight </title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445498317</link>
         <description><![CDATA[<div><br></div><div>กำหนดให้&nbsp;<br>weight : 70<br>weight : 56<br>weight : 82<br>weight : 45<br>weight : 63</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/1d514cd93df663087320e30dd841b772/image.png" />
         <pubDate>2023-01-16 10:49:00 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445498317</guid>
      </item>
      <item>
         <title>งานชิ้นที่8</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445502347</link>
         <description><![CDATA[<div><br></div><div>กำหนดให้<br>Height :156<br>Height :175<br>Height :154<br>Height :173<br>Height :164</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/f8de44a291fd37db94cf4882a6b3c568/image.png" />
         <pubDate>2023-01-16 10:52:34 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445502347</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 4.1</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445504768</link>
         <description><![CDATA[<div>กำหนดให้ points = 51</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/f7c4f32f712dfbb95712b8c173124504/image.png" />
         <pubDate>2023-01-16 10:55:10 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445504768</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 4.2</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445505955</link>
         <description><![CDATA[<div>กำหนดให้ points = 39</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/a4af92e9001657def258017047e5ac40/image.png" />
         <pubDate>2023-01-16 10:56:22 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445505955</guid>
      </item>
      <item>
         <title>Avatar of laminn7509laminn750911mo</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445508712</link>
         <description><![CDATA[<div>กำหนดให้ ฐาน=19.25 สูง=25.36</div><div><br><br><br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/7ffb9ed6c20c32b6e63d96afc8fe0ad5/image.png" />
         <pubDate>2023-01-16 10:58:56 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445508712</guid>
      </item>
      <item>
         <title>งานชิ้นที่2.1 </title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445510657</link>
         <description><![CDATA[<div>กำหนดให้x=56, y=12</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/5eb0f202878548069926b621a333b6a8/image.png" />
         <pubDate>2023-01-16 11:01:03 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445510657</guid>
      </item>
      <item>
         <title>งานชิ้นที่2.2 </title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445512116</link>
         <description><![CDATA[<div>กำหนดให้x=19, y=98</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/8bea71399b4005b42b8aa7e441e8d2b4/image.png" />
         <pubDate>2023-01-16 11:02:31 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445512116</guid>
      </item>
      <item>
         <title>งานชิ้นที่2.3 </title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445514767</link>
         <description><![CDATA[<div>กำหนดให้ x=-6 , y=14</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/720fe1cce745564c91e3505a7460747b/image.png" />
         <pubDate>2023-01-16 11:05:20 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445514767</guid>
      </item>
      <item>
         <title>งานชิ้นที่2.4 </title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445515813</link>
         <description><![CDATA[<div>กำหนดให้ x=24 , y=-2</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/2cdcfa44e5bc2223ee15e316b8daf0a5/image.png" />
         <pubDate>2023-01-16 11:06:25 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445515813</guid>
      </item>
      <item>
         <title>งานชิ้นที่2.5 </title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445517744</link>
         <description><![CDATA[<div>กำหนดให้ x=-4 , y=-2</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/26e5f7afec003fc4a4ada494c56530fd/image.png" />
         <pubDate>2023-01-16 11:07:57 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445517744</guid>
      </item>
      <item>
         <title>ได้ผลลัพธ์เป็น So-so</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445523124</link>
         <description><![CDATA[<div>Grade : D</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/a3133a8c2fb085b22cb3f8487dafbee4/image.png" />
         <pubDate>2023-01-16 11:13:42 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445523124</guid>
      </item>
      <item>
         <title>ได้ผลลัพธ์เป็น Badly</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445524478</link>
         <description><![CDATA[<div>Grade : E</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/c5f3b4cefd534b8cd74b13538187cfd8/image.png" />
         <pubDate>2023-01-16 11:15:06 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445524478</guid>
      </item>
      <item>
         <title>ได้ผลลัพธ์เป็น Oh God</title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445525472</link>
         <description><![CDATA[<div>Grade : F</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/f165c5aa10b25fbc1fec64d95ccbf1df/image.png" />
         <pubDate>2023-01-16 11:16:11 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2445525472</guid>
      </item>
      <item>
         <title></title>
         <author>thitirat27oil</author>
         <link>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2508021337</link>
         <description><![CDATA[<div><strong>#include &lt;stdio.h&gt;</strong><br><strong>#include &lt;conio.h&gt;</strong><br><strong>int main()</strong><br><strong>{</strong><br><strong>&nbsp; &nbsp; &nbsp; &nbsp;int a,b,c;</strong><br><strong>&nbsp; &nbsp; &nbsp; printf("Input 1st number : ");</strong><br><strong>&nbsp; &nbsp; &nbsp; scanf("%d",&amp;a);</strong><br><strong>&nbsp; &nbsp; &nbsp; printf("Input 2nd number : ");</strong><br><strong>&nbsp; &nbsp; &nbsp; scanf("%d",&amp;b);</strong><br><strong>&nbsp; &nbsp; &nbsp; c=a*b;</strong><br><strong>&nbsp; &nbsp; &nbsp; printf("\n\n\n");</strong><br><strong>&nbsp; &nbsp; &nbsp; printf("%d x %d = %d",a,b,c);</strong><br><strong>&nbsp; &nbsp; &nbsp; getch();</strong><br><strong>&nbsp; &nbsp; &nbsp; return 0;</strong><br><strong>}</strong></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1646576715/043ebcf4b276c6f451bc926a024928b4/image.webp" />
         <pubDate>2023-03-08 04:30:05 UTC</pubDate>
         <guid>https://padlet.com/thitirat27oil/13j2asrgti8gii00/wish/2508021337</guid>
      </item>
   </channel>
</rss>
