<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>แฟ้มสะสมผลงาน วิชา คอมพิวเตอร์เพื่อการเรียนรู้ ว32250 (Adv.Dev C++) ของ นางสาวธนัชพร วรรณพัฒน์ ม.5/5 เลขที่ 24 by Thanatchaphon Wannaphat</title>
      <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2023-11-01 07:49:11 UTC</pubDate>
      <lastBuildDate>2024-03-08 03:16:12 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f30c.png</url>
      </image>
      <item>
         <title>นางสาวธนัชพร วรรณพัฒน์ ม.5/5 เลขที่ 24</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2771914316</link>
         <description><![CDATA[<p>#include &lt;stdio.h&gt;</p><p>#include &lt;conio.h&gt;</p><p>int main()</p><p>{</p><p>     float rate = 0.0;</p><p>     float consumption = 0.0;</p><p>     float cost = 0.0;</p><p>     printf("Electricity rate per kilogram watt hour :");</p><p>     scanf("%f", &amp;rate);</p><p>     printf("Amount of electricity used (kilowatt hour unit) : ");</p><p>     scanf("%f",&amp;consumption);</p><p>     cost = rate * consumption;</p><p>     printf("Electricity bill: %.2f THB\n", cost); </p><p>    return 0;</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/e28255b8c198b27fd4937a822d473568/Screenshot__1_.png" />
         <pubDate>2023-11-01 07:51:12 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2771914316</guid>
      </item>
      <item>
         <title></title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2781151289</link>
         <description><![CDATA[<p>#include &lt;stdio.h&gt;    </p><p>#include &lt;conio.h&gt;    </p><p>    int main()    </p><p>    {</p><p>           int Watt;</p><p>           float Hours,Power,Unit,Payment;</p><p>           printf("Program of Calculation your Electric\n");</p><p>           printf("------------------------------------------\n");</p><p>           printf("Enter Watt:  ");</p><p>           scanf ("%d",&amp;Watt);</p><p>           printf("Enter Hours:  ");</p><p>           scanf("%f",&amp;Hours);</p><p>           Power = Watt*Hours;</p><p>           Unit = Power/1000;</p><p>           Payment = Unit*3.99;</p><p>           printf("Your payment of electric is: %.4f\n",Payment);</p><p>           getch();    </p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/ab7dc6ca27500dd09af6d2a1918d8b82/Screenshot_2023_11_08_144325.png" />
         <pubDate>2023-11-08 07:43:30 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2781151289</guid>
      </item>
      <item>
         <title>นางสาวธนัชพร วรรณพัฒน์ ม.5/5 เลขที่ 24</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2781161439</link>
         <description><![CDATA[<p>ขนาด 50 W</p><p>ค่าไฟ 0.1995 Bah/hr</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/e7214cc27fc2991324afe9873e4c375f/_____.png" />
         <pubDate>2023-11-08 07:52:41 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2781161439</guid>
      </item>
      <item>
         <title>นางสาวธนัชพร วรรณพัฒน์ ม.5/5 เลขที่ 24</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2799100189</link>
         <description><![CDATA[<p>#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; 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("Your score = &nbsp;%d\n",points);<br>&nbsp; &nbsp; printf("Bye bye...see you again next semester \n");<br>&nbsp; &nbsp; getch();<br>&nbsp; &nbsp; return(0);<br>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/c27dd367769c43a1bac6eeabf49d8abb/Screenshot_2023_11_22_154136.png" />
         <pubDate>2023-11-22 08:41:14 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2799100189</guid>
      </item>
      <item>
         <title>Points=38</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2799103817</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/19d3e75c587f7d27b543651d9357e4c5/Screenshot_2023_11_22_154617.png" />
         <pubDate>2023-11-22 08:44:43 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2799103817</guid>
      </item>
      <item>
         <title>Points=87</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2799104907</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/e0f6d1e19d05b40b10a2df054fbccd9c/Screenshot_2023_11_22_154709.png" />
         <pubDate>2023-11-22 08:45:48 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2799104907</guid>
      </item>
      <item>
         <title>Score = 84.89 Grade = A </title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823617305</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/ac7b8f358161d40ff6dc6586e14d557b/Screenshot_2023_12_13_154119.png" />
         <pubDate>2023-12-13 08:49:01 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823617305</guid>
      </item>
      <item>
         <title>Score = 77.78 Grade = B</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823622264</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/b2aa2a3eab3e4f3c0588cb780be218e2/Screenshot_2023_12_13_154735.png" />
         <pubDate>2023-12-13 08:54:46 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823622264</guid>
      </item>
      <item>
         <title>Score = 65.88  Grade = C</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823630515</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/fe478cc8fac7a8db36a56686834158f4/Screenshot_2023_12_13_160623.png" />
         <pubDate>2023-12-13 09:04:42 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823630515</guid>
      </item>
      <item>
         <title>Score = 58.79 Grade = D</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823634142</link>
         <description><![CDATA[<p><br></p><p><br></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/5e2aed71254030596966c5f7e4d104a0/Screenshot_2023_12_13_160953.png" />
         <pubDate>2023-12-13 09:08:24 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823634142</guid>
      </item>
      <item>
         <title>Score = 0.00 Grade = F</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823636281</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/5d0a8dc781b240f1fe4aac85c550b8b0/Screenshot_2023_12_13_161207.png" />
         <pubDate>2023-12-13 09:10:21 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823636281</guid>
      </item>
      <item>
         <title>IF Grade A-F</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823639919</link>
         <description><![CDATA[<p>#include&lt;stdio.h&gt;</p><p>#include&lt;conio.h&gt;</p><p>int main()</p><p>{</p><p>float score;</p><p>char grade;</p><p>    printf("Input Your Score : ");</p><p>    scanf("%f",&amp;score);</p><p>    if (score&gt;=80)</p><p>        grade= 'A';</p><p>    else if (score&gt;=70)</p><p>            grade='B';</p><p>        else if (score&gt;=60)</p><p>            grade='C';</p><p>            else if (score&gt;=50)</p><p>                grade='D';</p><p>                   else</p><p>                     grade='F';</p><p>    printf("Your's Score = %.2f \n",score);</p><p>    printf("Grade = %c ",grade);</p><p>    getch();</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/94d8224e939561d91a827ffb756d190d/Screenshot_2023_12_13_161604.png" />
         <pubDate>2023-12-13 09:14:09 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823639919</guid>
      </item>
      <item>
         <title>IF Grade 0-4</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823738980</link>
         <description><![CDATA[<p>#include&lt;stdio.h&gt;</p><p>#include&lt;conio.h&gt;</p><p>int main()</p><p>{</p><p>float score;</p><p>float grade;</p><p>    printf("Input Your Score : ");</p><p>    scanf("%f",&amp;score);</p><p>    if (score&gt;=80)</p><p>        grade=4;</p><p>    else if (score&gt;=75)</p><p>            grade=3.5;</p><p>        else if (score&gt;=70)</p><p>                grade=3;</p><p>            else if (score&gt;=65)</p><p>                    grade=2.5;</p><p>                else if (score&gt;=60)</p><p>                        grade=2;</p><p>                    else if (score&gt;=55)</p><p>                            grade=1.5;</p><p>                        else if (score&gt;=50)</p><p>                                grade=1;</p><p>                                    else</p><p>                                    </p><p>                                        grade=0;</p><p>    printf("Your's Score = %.2f \n",score);</p><p>    printf("Grade = %.1f ",grade);</p><p>    getch();</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/6422ab921de48330aafc424fd877826a/Screenshot_2023_12_29_143344.png" />
         <pubDate>2023-12-13 11:00:51 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823738980</guid>
      </item>
      <item>
         <title>Score = 97.3 Grade = 4.0</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823750872</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/4b12215e36c6fa5070f5fb4d8bcfb12b/Screenshot_2023_12_13_183834.png" />
         <pubDate>2023-12-13 11:13:45 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823750872</guid>
      </item>
      <item>
         <title>Score = 76.8 Grade = 3.5</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823753323</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/8cdbc819619c3dbce5263ca082facefa/Screenshot_2023_12_13_184021.png" />
         <pubDate>2023-12-13 11:16:50 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823753323</guid>
      </item>
      <item>
         <title>Score = 73.6 Grade = 3.0</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823778319</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/a4b2b2ddedd4f663ef5871636969c6f2/Screenshot_2023_12_13_184255.png" />
         <pubDate>2023-12-13 11:43:49 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823778319</guid>
      </item>
      <item>
         <title>Score = 68.4 Grade = 2.5</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823781332</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/e376d6a50646f8197101de269914d5b3/Screenshot_2023_12_13_184620.png" />
         <pubDate>2023-12-13 11:46:56 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823781332</guid>
      </item>
      <item>
         <title>Score = 64.9 Grade = 2.0</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823786756</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/e65841972e90ec2772000496cf68cb49/Screenshot_2023_12_13_185146.png" />
         <pubDate>2023-12-13 11:52:32 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823786756</guid>
      </item>
      <item>
         <title>Score = 57.2 Grade = 1.5</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823789215</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/db4495c512bb451462a25cd8b2761102/Screenshot_2023_12_13_185430.png" />
         <pubDate>2023-12-13 11:55:13 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823789215</guid>
      </item>
      <item>
         <title>Score = 51.9 Grade = 1.0</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823795519</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/f359b2fd0ccb1357c548bcc9c4a7316e/Screenshot_2023_12_13_190053.png" />
         <pubDate>2023-12-13 12:01:48 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823795519</guid>
      </item>
      <item>
         <title>Score = 49.9  Grade = 0.0</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823799020</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/f74fff94a3476ad79f5984f29578118c/Screenshot_2023_12_13_190350.png" />
         <pubDate>2023-12-13 12:05:48 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2823799020</guid>
      </item>
      <item>
         <title>Switch CASE</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2836720456</link>
         <description><![CDATA[<p>#include&lt;stdio.h&gt;</p><p>#include&lt;conio.h&gt;</p><p>int main()</p><p>{</p><p>    int month;</p><p>    printf("Enter Your Month : (1-12) ");</p><p>    scanf("%d",&amp;month);</p><p>    switch (month)</p><p>    {</p><p>           case 1 :</p><p>                    printf("January \n");</p><p>                    printf("Happy New Year \n");</p><p>                    printf("Children’s Day \n");</p><p>                    break;</p><p>           case 2 :</p><p>                    printf("Fedruary \n");</p><p>                    printf("world cancer day \n");</p><p>                    printf("Darwin Day \n");</p><p>                    break;</p><p>                    </p><p>           case 3 : </p><p>                    printf("March \n");</p><p>                    printf("unplugged day \n");</p><p>                    printf("National Listener's Day \n");</p><p>                    break;</p><p>                    </p><p>           case 4 : </p><p>                    printf("April \n");</p><p>                    printf("Rainbow Search Day \n");</p><p>                    printf("national walking day \n");</p><p>                    break;</p><p>                    </p><p>           case 5 : </p><p>                    printf("May \n");</p><p>                    printf("labor day \n");</p><p>                    printf("world press freedom day \n");</p><p>                    break;</p><p>                    </p><p>           case 6 : </p><p>                    printf("June \n");</p><p>                    printf("international cat hug day \n");</p><p>                    printf("Day of drinking water \n");</p><p>                    break;</p><p>                    </p><p>           case 7 : </p><p>                    printf("July \n");</p><p>                    printf("american independence day \n");</p><p>                    printf("Truth telling day \n");</p><p>                    break;</p><p>           </p><p>           case 8 : </p><p>                    printf("August \n");</p><p>                    printf("Village Headman's Day \n");</p><p>                    printf("Thai Women's Day \n");</p><p>                    break;</p><p>           </p><p>           case 9 : </p><p>                    printf("September \n");</p><p>                    printf("non-formal education day \n");</p><p>                    printf("international ozone day \n");</p><p>                    break;</p><p>                   </p><p>           case 10 :</p><p>                    printf("October \n");</p><p>                    printf("International Day of Older Persons \n");</p><p>                    printf("world food day \n");</p><p>                    break;</p><p>                    </p><p>           case 11 :</p><p>                    printf("November \n");</p><p>                    printf("Disabled people's day \n");</p><p>                    printf("navy day \n");</p><p>                    break;</p><p>                    </p><p>           case 12 :</p><p>                    printf("December \n");</p><p>                    printf("Cookie Day \n");</p><p>                    printf("international human rights day \n");</p><p>                    break;         </p><p>           default :</p><p>                    printf("Error \n");</p><p>                    printf("Please enter Numer (1-12) only, Thank you \n");</p><p>       }</p><p>       getch();</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/97f72cdf5a1161ded9fd51620ee2840d/Screenshot_2024_01_02_152102.png" />
         <pubDate>2024-01-02 08:19:06 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2836720456</guid>
      </item>
      <item>
         <title>1. January</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2836808609</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/b6cca4862fd4917758917448d2412b6e/Screenshot_2024_01_03_152747.png" />
         <pubDate>2024-01-02 11:34:44 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2836808609</guid>
      </item>
      <item>
         <title>2. Fedruary</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837556500</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/1d5380b5e83a1b1b4e5bf108b075bf3b/Screenshot_2024_01_03_152935.png" />
         <pubDate>2024-01-03 08:30:07 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837556500</guid>
      </item>
      <item>
         <title>3. March</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837557432</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/efba859c81a087d6f01de47c3e2f937e/Screenshot_2024_01_03_153152.png" />
         <pubDate>2024-01-03 08:32:10 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837557432</guid>
      </item>
      <item>
         <title>4. April</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837558871</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/9f1c895fd8580600fbdd6db0097ed564/Screenshot_2024_01_03_153436.png" />
         <pubDate>2024-01-03 08:34:50 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837558871</guid>
      </item>
      <item>
         <title>5. May </title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837560125</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/0810c58ea23e3cda2a1e618030225157/Screenshot_2024_01_03_153915.png" />
         <pubDate>2024-01-03 08:37:24 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837560125</guid>
      </item>
      <item>
         <title>6. June</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837561629</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/6960e4d169d0208db4281f8e71d7786d/Screenshot_2024_01_03_154023.png" />
         <pubDate>2024-01-03 08:40:23 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837561629</guid>
      </item>
      <item>
         <title>7. July</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837562403</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/70cf3642a87fdb0ef46ad66ff6b81087/Screenshot_2024_01_03_154155.png" />
         <pubDate>2024-01-03 08:41:51 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837562403</guid>
      </item>
      <item>
         <title>8. August</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837563063</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/c0d67d7d7d3333acd1ce5f739ddaca2d/Screenshot_2024_01_03_154311.png" />
         <pubDate>2024-01-03 08:43:07 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837563063</guid>
      </item>
      <item>
         <title>9. September</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837563826</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/4a59e2a86795d26fa2d0077c2449d62b/Screenshot_2024_01_03_154434.png" />
         <pubDate>2024-01-03 08:44:30 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837563826</guid>
      </item>
      <item>
         <title>10. October </title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837564749</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/362645651f181d92d4fae4ceaeb20726/Screenshot_2024_01_03_154555.png" />
         <pubDate>2024-01-03 08:46:19 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837564749</guid>
      </item>
      <item>
         <title>11. November</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837565328</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/7c32df6e3a23a66640db605df61909f4/Screenshot_2024_01_03_154744.png" />
         <pubDate>2024-01-03 08:47:39 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837565328</guid>
      </item>
      <item>
         <title>12. December</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837569204</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/175ca4ba9798016419c332dc908155bb/Screenshot_2024_01_03_155524.png" />
         <pubDate>2024-01-03 08:55:31 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2837569204</guid>
      </item>
      <item>
         <title>7! = 5040 ; 7x6x5x4x3x2x1</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2866410267</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/7e445b1ab767b28547901adb4feac753/Screenshot_2024_01_30_143121.png" />
         <pubDate>2024-01-30 07:33:02 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2866410267</guid>
      </item>
      <item>
         <title>5! = 120 ; 5x4x3x2x1</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2866414415</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/f4c7bfc4ddd252731224d169e2a24b6a/Screenshot_2024_01_30_143618.png" />
         <pubDate>2024-01-30 07:37:00 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2866414415</guid>
      </item>
      <item>
         <title>3! = 6 ; 3x2x1</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2866416869</link>
         <description><![CDATA[<p>#include&lt;stdio.h&gt;</p><p>#include&lt;conio.h&gt;</p><p>int main()</p><p>    {</p><p>        int sum = 1;</p><p>        int fac, count = 1;</p><p>        printf("Please enter number of factorial : ");</p><p>        scanf("%d", &amp;fac);</p><p>        while (count&lt;=fac)</p><p>                {</p><p>                    sum = sum*count;</p><p>                    count = count + 1;</p><p>                }</p><p>    printf("Result of %d!  is  %d",fac,sum);</p><p>    getch();</p><p>    }</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/d044bbb3643805697f6a74a9f81e6e23/image.png" />
         <pubDate>2024-01-30 07:39:18 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2866416869</guid>
      </item>
      <item>
         <title></title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2876263911</link>
         <description><![CDATA[<p>#include&lt;stdio.h&gt;</p><p>#include&lt;conio.h&gt;</p><p>int main()</p><p>{</p><p>int i = 1;</p><p>float weight,sum = 0;</p><p>   while (i&lt;=5)</p><p>       {</p><p>         printf("Enter Weight :");</p><p>         scanf("%f",&amp;weight);</p><p>         sum += weight;</p><p>         i++;</p><p>       }</p><p>printf("Sum of Weights = %.2f\n",sum);</p><p>printf("Average of Weights = %.2f\n",sum/5);</p><p>getch();</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/3c1baae50b179988f482125428e3a69f/Screenshot_2024_02_07_153625.png" />
         <pubDate>2024-02-07 08:33:03 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2876263911</guid>
      </item>
      <item>
         <title></title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2876270036</link>
         <description><![CDATA[<p>#include&lt;stdio.h&gt;</p><p>#include&lt;conio.h&gt;</p><p>int main()</p><p>{</p><p>int i = 1;</p><p>float weight,sum = 0;</p><p>   do</p><p>       {</p><p>         printf("Enter Weight :");</p><p>         scanf("%f",&amp;weight);</p><p>         sum += weight;</p><p>         i++;</p><p>       }</p><p>  while (i&lt;=5);</p><p>printf("Sum of Weights = %.2f\n",sum);</p><p>printf("Average of Weights = %.2f\n",sum/5);</p><p>getch();</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/fe6805381b1050682e32f706def4c603/Screenshot_2024_02_07_153956.png" />
         <pubDate>2024-02-07 08:39:41 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2876270036</guid>
      </item>
      <item>
         <title></title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2890642370</link>
         <description><![CDATA[<p>#include &lt;stdio.h&gt;</p><p>#include &lt;conio.h&gt;</p><p>int main()</p><p>{</p><p>    for (int i = 1; i &lt;= 10; i++) {</p><p>        printf("%d\n", i);</p><p>    }</p><p>    return 0;</p><p>    getch();</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/35b8b629d0f89ce10869c6ca18b9d571/Screenshot_2024_02_21_153559.png" />
         <pubDate>2024-02-21 08:36:46 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2890642370</guid>
      </item>
      <item>
         <title></title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2890647854</link>
         <description><![CDATA[<p>#include &lt;stdio.h&gt;<br>#include &lt;conio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; for (int i = 1, j = 10; i &lt; j; i++, j--) {<br>&nbsp; &nbsp; &nbsp; &nbsp; printf("i = %d, j= %d\n", i, j);<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; return 0;<br>&nbsp; &nbsp; getch();<br>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/041901f36259cd39a969126cad708e4b/Screenshot_2024_02_21_154053.png" />
         <pubDate>2024-02-21 08:41:48 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2890647854</guid>
      </item>
      <item>
         <title>13. Error (100)</title>
         <author>wthanatchaphon136</author>
         <link>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2910811190</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2058778159/54310dead449b0486dbb7270ff3970ae/Screenshot_2024_03_08_101456.png" />
         <pubDate>2024-03-08 03:16:12 UTC</pubDate>
         <guid>https://padlet.com/wthanatchaphon136/4at4a1o0iiwtfxb3/wish/2910811190</guid>
      </item>
   </channel>
</rss>
