<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>แก้0วิชาคอมพิวเตอร์เพื่อการเรียนรู้4 ว32250แฟ้มสะสมผลงานวิชา Adv. Dev C++ ของ นางสาวพัณณิตา เคนโยธา ชั้น ม.6/3 เลขที่19 by Phannita Khenyotha</title>
      <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6</link>
      <description>เก็บรวบรวมชิ้นงานของรายวิชาคอมพิวเตอร์เพื่อการเรียนรู้3 รหัส ว32249 (Advance Dev C++) ภาคเรียนที่ 1/2564</description>
      <language>en-us</language>
      <pubDate>2023-03-29 15:59:12 UTC</pubDate>
      <lastBuildDate>2026-03-16 19:02:38 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f36a.png</url>
      </image>
      <item>
         <title></title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536971750</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;conio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; &nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp; &nbsp; printf("Input 1st number : ");<br>&nbsp; &nbsp; &nbsp; scanf("%d",&amp;a);<br>&nbsp; &nbsp; &nbsp; printf("Input 2nd number : ");<br>&nbsp; &nbsp; &nbsp; scanf("%d",&amp;b);<br>&nbsp; &nbsp; &nbsp; c=a*b;<br>&nbsp; &nbsp; &nbsp; printf("\n\n\n");<br>&nbsp; &nbsp; &nbsp; printf("%d x %d = %d",a,b,c);<br>&nbsp; &nbsp; &nbsp; getch();<br>&nbsp; &nbsp; &nbsp; return 0;<br>}&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-29 16:04:46 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536971750</guid>
      </item>
      <item>
         <title></title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536972216</link>
         <description><![CDATA[<div>#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>}&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-29 16:05:09 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536972216</guid>
      </item>
      <item>
         <title></title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536972688</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;conio.h&gt;<br>int main()&nbsp;<br>{<br>float base1,high1,area;<br>printf("Enter Base: ");<br>scanf("%f",&amp;base1);<br>printf("Enter High: ");<br>scanf("%f",&amp;high1);<br>area = 0.5*high1*base1;<br>printf("Area of Triangle is: %.3f\n",area);<br>getch();<br>}&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-29 16:05:32 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536972688</guid>
      </item>
      <item>
         <title></title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536973043</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;</div><div>#include&lt;conio.h&gt;</div><div>int main()&nbsp;</div><div>{</div><div>&nbsp; &nbsp;int points;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; clrscr;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; printf("How many points can you score?: ");</div><div>&nbsp; &nbsp; &nbsp; &nbsp; scanf("%d",&amp;points);</div><div>&nbsp; &nbsp; if(points&gt;=50){</div><div>&nbsp; &nbsp; &nbsp; &nbsp; printf("You have a score of more than 50\n");</div><div>&nbsp; &nbsp; &nbsp; &nbsp; printf("pass exam...Congretulations\n");</div><div>&nbsp; &nbsp; }&nbsp; &nbsp;</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; printf("Fail...Attempt again\n");</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; printf("Bye bye...see you again next semester %d\n",points);</div><div>&nbsp; &nbsp; getch();</div><div>&nbsp; &nbsp; return(0);</div><div>} &nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-29 16:05:49 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536973043</guid>
      </item>
      <item>
         <title></title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536973551</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>}&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-29 16:06:10 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536973551</guid>
      </item>
      <item>
         <title></title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536974033</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>&nbsp; &nbsp; &nbsp;switch (Grade)<br>&nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case 'A' :<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; printf("Excellent");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case 'B' :<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; printf("Well!");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case 'C' :<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; printf("Good!");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case 'D' :<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; printf("So-so!");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case 'E' :<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; printf("Badly!");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case 'F' :<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; printf("Oh God");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; default :<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; printf("Data Error");<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>getch();<br>}&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-29 16:06:31 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536974033</guid>
      </item>
      <item>
         <title></title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536974447</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>}&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-29 16:06:51 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536974447</guid>
      </item>
      <item>
         <title></title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536974728</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 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>}&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-29 16:07:04 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536974728</guid>
      </item>
      <item>
         <title></title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536976697</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/630320bc8d9c90ccad0172cbfb7de33f/1.jpg" />
         <pubDate>2023-03-29 16:08:30 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536976697</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 2.5</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536979582</link>
         <description><![CDATA[<div>กำหนดให้ x=-5 , y=-7</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/85fb91e466ad40345b4b033017202928/6.jpg" />
         <pubDate>2023-03-29 16:10:39 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536979582</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 2.4</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536981647</link>
         <description><![CDATA[<div>กำหนดให้ x=5 , y=-3</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/9ed67e17e0630b96291d7f95f7d1ecff/5.jpg" />
         <pubDate>2023-03-29 16:12:18 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536981647</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 2.3</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536982679</link>
         <description><![CDATA[<div>กำหนดให้ x=-4 , y=9</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/5ffaad924a40d29bf7d64e665f202d52/4.jpg" />
         <pubDate>2023-03-29 16:13:07 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536982679</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 2.2</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536983369</link>
         <description><![CDATA[<div>กำหนดให้ x=2 , y=7</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/059bb9c762d07f3515889819b916f445/3.jpg" />
         <pubDate>2023-03-29 16:13:43 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536983369</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 2.1</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536984701</link>
         <description><![CDATA[<div>กำหนดให้ x=6 , y=2</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/1b11956855f15eef15d1a8a6b4c0ced2/2.jpg" />
         <pubDate>2023-03-29 16:14:42 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536984701</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 3กำหนดให้ </title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536986404</link>
         <description><![CDATA[<div>ฐาน=25.65 , สูง=17.09</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/1c15af0ffeef469d14d72d270d432ea1/7.jpg" />
         <pubDate>2023-03-29 16:16:02 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536986404</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 4.2</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536988818</link>
         <description><![CDATA[<div>กำหนดให้ points = 32</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/ccbe5d8081cbfe9ac00525f88b011d99/9.jpg" />
         <pubDate>2023-03-29 16:17:26 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536988818</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 4.1</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536989538</link>
         <description><![CDATA[<div>กำหนดให้ points = 65</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/80c6a0c4f2bd7a189e3de1345ed6557d/8.jpg" />
         <pubDate>2023-03-29 16:17:59 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536989538</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 5.5 - ได้ผลลัพธ์เป็นเกรด F</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536992442</link>
         <description><![CDATA[<div>กำหนดให้ score = 44.990</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/9b168bd130869209be3292fcd395b775/14.jpg" />
         <pubDate>2023-03-29 16:20:12 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536992442</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 5.4 - ได้ผลลัพธ์เป็นเกรด D</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536993239</link>
         <description><![CDATA[<div>กำหนดให้ score = 56.109</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/87e3c66e79dfc6e30b466b80a54aba72/13.jpg" />
         <pubDate>2023-03-29 16:20:47 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536993239</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 5.3 - ได้ผลลัพธ์เป็นเกรด C</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536994152</link>
         <description><![CDATA[<div>กำหนดให้ score = 60.995</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/606fc7b8a042704094f6b28848fc36fc/12.jpg" />
         <pubDate>2023-03-29 16:21:25 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536994152</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 5.2 - ได้ผลลัพธ์เป็นเกรด B</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536995033</link>
         <description><![CDATA[<div>กำหนดให้ score = 77.322</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/b3c00047cd544ba3cb2372fcb579cbb2/11.jpg" />
         <pubDate>2023-03-29 16:22:04 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536995033</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 5.1 - ได้ผลลัพธ์เป็นเกรด A</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536995706</link>
         <description><![CDATA[<div>กำหนดให้ score = 87.744</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/abc9d16a50c00229246c265bddd46dfd/10.jpg" />
         <pubDate>2023-03-29 16:22:35 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536995706</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 6.6 - ได้ผลลัพธ์เป็น ho god</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536998505</link>
         <description><![CDATA[<div>กำหนดให้ Grade = F</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/eddf4019b6569cec74173e6511677001/20.jpg" />
         <pubDate>2023-03-29 16:24:33 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536998505</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 6.5 - ได้ผลลัพธ์เป็น Badly!</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536999060</link>
         <description><![CDATA[<div>กำหนดให้ Grade = E</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/321c46997ed97ccd36ef292048b727bd/19.jpg" />
         <pubDate>2023-03-29 16:24:59 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536999060</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 6.4 - ได้ผลลัพธ์เป็น So-so!</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536999562</link>
         <description><![CDATA[<div>กำหนดให้ Grade = D</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/5e65a8b082676a58b604bdbfcaf20d0e/18.jpg" />
         <pubDate>2023-03-29 16:25:22 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2536999562</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 6.3 - ได้ผลลัพธ์เป็น Good!</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2537000955</link>
         <description><![CDATA[<div>กำหนดให้ Grade = C</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/a59a0a3dfd93b73cf341e8cfe7648e48/17.jpg" />
         <pubDate>2023-03-29 16:26:28 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2537000955</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 6.2 - ได้ผลลัพธ์เป็น Well!</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2537001628</link>
         <description><![CDATA[<div>กำหนดให้ Grade = B</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/7b37ccd68477ed5cc5fc924b421c21f7/16.jpg" />
         <pubDate>2023-03-29 16:26:57 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2537001628</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 6.1 - ได้ผลลัพธ์เป็น Excellent</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2537002364</link>
         <description><![CDATA[<div>กำหนดให้ Grade = A</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/47b7781e9619a8aa3a63cda3102b986a/15.jpg" />
         <pubDate>2023-03-29 16:27:32 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2537002364</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 7</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2537005169</link>
         <description><![CDATA[<div>กำหนดให้<br>Weight = 48.97<br>Weight = 56.09<br>Weight = 63.21<br>Weight = 44.22<br>Weight = 50.08</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/9aaee09edfb177fbbc8f84a8fbfdaa71/22.jpg" />
         <pubDate>2023-03-29 16:29:39 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2537005169</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 8</title>
         <author>phannitakhenyotha</author>
         <link>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2537006858</link>
         <description><![CDATA[<div>กำหนดให้<br>Height = 144.09<br>Height = 56.99<br>Height = 132.76<br>Height = 166.74<br>Height = 156.95</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1897264187/98a6c7e9620cb28c6cd2a35fd5febd9e/23.jpg" />
         <pubDate>2023-03-29 16:30:51 UTC</pubDate>
         <guid>https://padlet.com/phannitakhenyotha/77k6odovf8c22qw6/wish/2537006858</guid>
      </item>
   </channel>
</rss>
