<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>แฟ้มสะสมผลงานวิชาคอมพิวเตอร์เพื่อการเรียนรู้(Dev.C++)ว32249 ของ นางสาวรมิตา ศิลไหม ม.5/4เลขที่30 by Ramita Sinmai</title>
      <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2024-05-24 03:20:21 UTC</pubDate>
      <lastBuildDate>2024-09-19 10:34:59 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f308.png</url>
      </image>
      <item>
         <title>นางสาวรมิตา ศิลไหม ม.5/4 เลขที่ 30</title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3005894266</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/72124c4134d5f03bd0f4a60d26a98b6f/Screenshot_2024_05_24_104337.png" />
         <pubDate>2024-05-24 03:42:03 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3005894266</guid>
      </item>
      <item>
         <title>นางสาวรมิตา ศิลไหม ม.5/4 เลขที่ 30</title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3005896832</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/d10e2e476f96326ed6d67369471af071/Screenshot_2024_05_24_104648.png" />
         <pubDate>2024-05-24 03:44:20 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3005896832</guid>
      </item>
      <item>
         <title></title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3040412593</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 name is Ms. Ramita Sinmai\n");</p><p>    printf("My nickname is Nene\n");</p><p>    printf("-------------My Profile------------\n");</p><p>    printf("School : Soidaowittaya\n");</p><p>    printf("subject : English Chinese\n");</p><p>    printf("Address : 3/8 M.11 T.Ston Amp.Soidao Chantaburi 22180\n");</p><p>    printf("Motto : Everything will be better in the future, I promise.\n");</p><p>    printf("My GPA : 3.82\n");</p><p>    getch();</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/490f766752cc6a3fa8a047dc11ea0d51/Screenshot_2024_06_28_104512.png" />
         <pubDate>2024-06-28 03:44:52 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3040412593</guid>
      </item>
      <item>
         <title>เกมหมาป่าแกะและกะหล่ำ</title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3057189412</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/2ebe751d91e975f089d648f550b892ca/____________________20240719_110818_0000.png" />
         <pubDate>2024-07-19 04:19:19 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3057189412</guid>
      </item>
      <item>
         <title>ปีศาจและบาทหลวงทั้งสาม</title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3057190735</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/4e23a4a0b15bcdaf8927c2139c7132e1/_______________________20240719_110946_0000.png" />
         <pubDate>2024-07-19 04:20:46 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3057190735</guid>
      </item>
      <item>
         <title>ตัวแปรชนิดจำนวนเต็ม</title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065933529</link>
         <description><![CDATA[<p>🛑<strong>ตัวอย่าง Code</strong><br>#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; }<br><br>🔴<strong>หมายเหตุ ให้นักเรียน Input ค่า X,Y ดังนี้</strong><br>1. &nbsp; X + &nbsp; , &nbsp; &nbsp; Y -<br>2. &nbsp; X - &nbsp; &nbsp;, &nbsp; &nbsp;Y +<br>3. &nbsp; X - &nbsp; &nbsp;, &nbsp; &nbsp;Y -<br>4. &nbsp; X + &nbsp; &nbsp;, &nbsp; Y +<br>5. &nbsp; X 0 &nbsp; &nbsp;, &nbsp; Y +<br>6. &nbsp; X + &nbsp; &nbsp;, &nbsp; Y 0<br>7. &nbsp; X 0 &nbsp; &nbsp;, &nbsp; Y -<br>8. &nbsp; X - &nbsp; &nbsp; , &nbsp; Y 0</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/8e5df186e4e022aabcf24e9ff84c7d20/Screenshot_2024_08_02_103452.png" />
         <pubDate>2024-08-02 03:45:03 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065933529</guid>
      </item>
      <item>
         <title>1.  X 6 ,Y -5</title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065940568</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/f934b6950f7f449a41dd4a122f4e6147/Screenshot_2024_08_02_105421.png" />
         <pubDate>2024-08-02 03:54:37 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065940568</guid>
      </item>
      <item>
         <title>2. X -9, Y 9</title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065941577</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/f883ceae7fb6cf969d59cc81ecf7ae9d/image.png" />
         <pubDate>2024-08-02 03:56:12 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065941577</guid>
      </item>
      <item>
         <title>3.   X - 5 , Y -8</title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065945655</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/2c7886d22c27eb601aefd67070f50cee/image.png" />
         <pubDate>2024-08-02 03:58:50 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065945655</guid>
      </item>
      <item>
         <title>4.   X 11,Y 24</title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065949095</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/e4f94c0f8fdfb0c2fca29786c7a0400f/image.png" />
         <pubDate>2024-08-02 04:01:24 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065949095</guid>
      </item>
      <item>
         <title>5.   X 0 ,Y 12</title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065952991</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/85f6a52892de1a7a9f426d77ecddf2ca/image.png" />
         <pubDate>2024-08-02 04:04:18 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065952991</guid>
      </item>
      <item>
         <title>6.   X 3  ,Y 0</title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065956841</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/9d075e9137c3aa1cc944dc058dd46230/image.png" />
         <pubDate>2024-08-02 04:07:02 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065956841</guid>
      </item>
      <item>
         <title>7.   X 0 , Y -15</title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065961967</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/ebfe1138fc10a7a9e82cbf648213c518/image.png" />
         <pubDate>2024-08-02 04:10:46 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065961967</guid>
      </item>
      <item>
         <title>8.   X -66 , Y 0</title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065963728</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/c58ab1f3e829e61ca8a0e0eef9be36b1/Screenshot_2024_08_02_111321.png" />
         <pubDate>2024-08-02 04:12:41 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3065963728</guid>
      </item>
      <item>
         <title></title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3077352799</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/9b1c3b326a524d23926b0417524a97b1/Screenshot_2024_08_16_103117.png" />
         <pubDate>2024-08-16 03:30:02 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3077352799</guid>
      </item>
      <item>
         <title></title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3077355514</link>
         <description><![CDATA[<p><br></p><p>#include &lt;stdio.h&gt;</p><p>#include &lt;conio.h&gt;</p><p>int main()</p><p>{</p><p>char name[15],sname[20];</p><p>printf("Input your name and surname : ");</p><p>scanf("%s%s",name,sname) ;</p><p>printf("\n");</p><p>printf("Hello Khun: %s",name);</p><p>printf(" ");</p><p>printf("%s",sname);</p><p>getch();</p><p>return 0;</p><p>}</p><p><br></p><p><br></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/438091ac09268a9577c8048204b71707/Screenshot_2024_08_16_103355.png" />
         <pubDate>2024-08-16 03:33:01 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3077355514</guid>
      </item>
      <item>
         <title></title>
         <author>sinmia124578</author>
         <link>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3077367369</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2503462224/ee7a0b432f5bd06b49958dd9e63165bf/Screenshot_2024_08_16_104800.png" />
         <pubDate>2024-08-16 03:46:29 UTC</pubDate>
         <guid>https://padlet.com/sinmia124578/d0jwer5tgoys2c86/wish/3077367369</guid>
      </item>
   </channel>
</rss>
