<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>แฟ้มสะสมผลงานรายวิชาคอมพิวเตอร์เพื่อการเรียนรู้(DC++)ของนางสาวนริศณา ลาภเกิน เลขที่23 ม.5/5 by Narisara Lapkoen</title>
      <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2024-07-02 03:18:04 UTC</pubDate>
      <lastBuildDate>2025-06-21 07:30:28 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/8.0/png/1f60e.png</url>
      </image>
      <item>
         <title>เกม หมาป่า แกะ กะล่ำ</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3042917103</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/922ee4bb0f8baaea59d03d394337e059/image.png" />
         <pubDate>2024-07-02 03:25:52 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3042917103</guid>
      </item>
      <item>
         <title>ปีศาจกับนักบุญ</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3042924846</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/3c7fe3c4a9685ad32bde51987f17f2b7/image.png" />
         <pubDate>2024-07-02 03:33:42 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3042924846</guid>
      </item>
      <item>
         <title>การแก้ไขปัญหาเชิงตรรกะ</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3042928751</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/422d59e2a9cb11c38f7d8f2908ae3889/______________________________________________.jpg" />
         <pubDate>2024-07-02 03:37:47 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3042928751</guid>
      </item>
      <item>
         <title>การแก้ไจปัญหาเชิงตรรกะ</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3058887296</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/f3d0114570cb34f87207794caddb56f6/______________________________________________.png" />
         <pubDate>2024-07-22 15:52:54 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3058887296</guid>
      </item>
      <item>
         <title>char name[15] and sname[20]</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3059282575</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/e40bdee507ebef8036107c5fb7972c61/Screenshot__1_.png" />
         <pubDate>2024-07-23 03:39:02 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3059282575</guid>
      </item>
      <item>
         <title>char name(15) and smane(20)</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3059290603</link>
         <description><![CDATA[<p>#include &lt;stdio.h&gt;<br>#include &lt;conio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; &nbsp;char name[15],sname[20];<br>&nbsp; &nbsp; &nbsp; printf("Input your name and surname : ");<br>&nbsp; &nbsp; &nbsp; scanf("%s%s",name,sname) ;<br>&nbsp; &nbsp; &nbsp;printf("\n");<br>&nbsp; &nbsp; &nbsp;printf("Hello Khun: %s",name);<br>&nbsp; &nbsp; &nbsp;printf(" ");<br>&nbsp; &nbsp; &nbsp;printf("%s",sname);<br>&nbsp; &nbsp; &nbsp;getch();<br>&nbsp; &nbsp; &nbsp;return 0;<br>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/8c34e5cb970fbe51278399dca0df51a8/Screenshot__2_.png" />
         <pubDate>2024-07-23 03:49:08 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3059290603</guid>
      </item>
      <item>
         <title>code</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063552075</link>
         <description><![CDATA[<p>#include &lt;stdio.h&gt; &nbsp; &nbsp;<br>#include &lt;conio.h&gt; &nbsp; &nbsp;<br>&nbsp; &nbsp; int main() &nbsp; &nbsp;{ &nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;int x,y ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("Enter x: &nbsp;");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;scanf("%d",&amp;x);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("Enter y: &nbsp;");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;scanf("%d",&amp;y);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("Operate of X Y Table\n");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("-------------------\n");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("x + y = %d\n",x+y);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("x - y = %d\n",x-y);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("x <em> y = %d\n",x</em>y);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("x / y = %d\n",x/y);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("x Mod y = %d\n",x%y);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;getch(); &nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; }</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/f149df5610076485e1338e8b47b5d09d/Screenshot_2024_07_30_102719.png" />
         <pubDate>2024-07-30 03:26:51 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063552075</guid>
      </item>
      <item>
         <title>1. x= 2 y= -3</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063556227</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/f0a041c9612abc45c1604948ef15dfd8/Screenshot_2024_07_30_103126.png" />
         <pubDate>2024-07-30 03:31:06 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063556227</guid>
      </item>
      <item>
         <title>2. x= -2 y= 3</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063557036</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/52b30469e250ddf4a0e94249e7c49d7d/Screenshot_2024_07_30_103320.png" />
         <pubDate>2024-07-30 03:32:38 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063557036</guid>
      </item>
      <item>
         <title>3. x= -2 y= -3</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063558601</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/ef360c69e6c059b9c49c270a73cf61a6/image.png" />
         <pubDate>2024-07-30 03:34:03 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063558601</guid>
      </item>
      <item>
         <title>4. x= 2 y= 3</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063559289</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/33e5d486e275c68764efe4256c366adc/image.png" />
         <pubDate>2024-07-30 03:35:02 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063559289</guid>
      </item>
      <item>
         <title>5. x= 0 y= 3</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063559945</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/686b6469e3bd25a7b34d37dec99ada47/image.png" />
         <pubDate>2024-07-30 03:36:10 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063559945</guid>
      </item>
      <item>
         <title>6. x=2 y=0</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063561533</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/8684aafa8eec3e42c56eba266edbf3ac/image.png" />
         <pubDate>2024-07-30 03:37:52 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063561533</guid>
      </item>
      <item>
         <title>7. x=0  y=-3</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063562734</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/d28134a4fb0dbbed94773ba9f5fe0ea9/image.png" />
         <pubDate>2024-07-30 03:39:46 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063562734</guid>
      </item>
      <item>
         <title>8. x= -2 y=0</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063563424</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2520506705/66e9b2b5b4780a3c5150e2c20e75c44d/image.png" />
         <pubDate>2024-07-30 03:40:54 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3063563424</guid>
      </item>
      <item>
         <title>2.1 My profile</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3497583611</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/2520506705/d8b98f51e0a3df218e9d47e0b889e42d/Screenshot_2025_06_21_132327.png" />
         <pubDate>2025-06-21 05:42:52 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3497583611</guid>
      </item>
      <item>
         <title>char name[15] and sname(20)</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3497590604</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/2520506705/2363260a9276bb8cbee1d149f5858bfe/Screenshot_2025_06_21_130722.png" />
         <pubDate>2025-06-21 06:07:54 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3497590604</guid>
      </item>
      <item>
         <title>2.2 My profile</title>
         <author>tewlapkoen</author>
         <link>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3497595662</link>
         <description><![CDATA[<p>#include&lt;stdio.h&gt;</p><p>#include&lt;conio.h&gt;</p><p>int main()</p><p>{</p><p>    printf("-------------My Profile------------\n");</p><p>    printf("Name : Ms.Narisara lapkoen\n");</p><p>    printf("Nickname : Tew\n");</p><p>    printf("Subject : Sci-Math Engineer\n");</p><p>    printf("School : Soidaowittaya\n");</p><p>    printf("Address : 69/1 M.1 T.sai-khao Amp.Soidao Chantaburi 22180\n");</p><p>    printf("Motto : Worry less, smile more\n");</p><p>    printf("My GPA : 2.82\n");</p><p>    getch();</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/2520506705/0133bd783ef37f61011c8d90f8ec58ac/Screenshot_2025_06_21_132453.png" />
         <pubDate>2025-06-21 06:26:02 UTC</pubDate>
         <guid>https://padlet.com/tewlapkoen/2xb32c8p8lwaxtuh/wish/3497595662</guid>
      </item>
   </channel>
</rss>
