<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>แฟ้มสะสมงาน วิชาคอมพิวเตอร์เพื่อการเรียนรู้ ว32250 (ADV.Dev C ++) ของนางสาวชิราลักษณ์ วงศ์ศิริ ม.5/2 เลขที่ 35 by Wachiralak Wonsiri</title>
      <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2023-11-07 02:36:27 UTC</pubDate>
      <lastBuildDate>2024-03-07 12:23:45 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2779036026</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 kilowatt 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 cost: %.2f baht\n", cost); </p><p>    return 0;</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/334a04190da70e0a8ef0df2d7d853102/image.png" />
         <pubDate>2023-11-07 02:49:03 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2779036026</guid>
      </item>
      <item>
         <title></title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2797249940</link>
         <description><![CDATA[<p>#include &lt;stdio.h&gt;&nbsp; &nbsp;&nbsp;<br>#include &lt;conio.h&gt; &nbsp; &nbsp;<br>&nbsp; &nbsp; int main() &nbsp; &nbsp;{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;int Watt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;float Hours,Power,Unit,Payment;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("Program of Calculation your Electric\n");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("----------------------------------------------------------\n");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("Enter Watt: &nbsp;");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;scanf ("%d",&amp;Watt);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("Enter Hours: &nbsp;");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;scanf("%f",&amp;Hours);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Power = Watt*Hours;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Unit = Power/1000;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Payment = Unit*3.99;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("Your payment of electric is: %.2f\n",Payment);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;getch(); &nbsp; &nbsp;<br>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/a022f20a2677d1f82577d755b99b1c52/image.png" />
         <pubDate>2023-11-21 03:11:52 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2797249940</guid>
      </item>
      <item>
         <title></title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2797251698</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/db8852b5aeac26ecc155c8785cb75d58/image.png" />
         <pubDate>2023-11-21 03:13:13 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2797251698</guid>
      </item>
      <item>
         <title></title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2851266866</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 points;</p><p>printf("How many points can you score?: ");</p><p>scanf("%d",&amp;points);</p><p>if(points&gt;=50){</p><p>printf("You have a score of more than 50\n");</p><p>printf("pass exam...Congretulations\n");</p><p>}</p><p>else</p><p>{</p><p>printf("Fail...Attempt again\n");</p><p>}</p><p>printf("Your score = %d\n",points);</p><p>printf("Bye bye...see you again next semester \n");</p><p>getch();</p><p>return(0);</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/3750ec358c9925592064171280cd6c39/image.png" />
         <pubDate>2024-01-17 02:57:56 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2851266866</guid>
      </item>
      <item>
         <title>Score = 82.26 Grade = F</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2851271033</link>
         <description><![CDATA[<p>#include&lt;stdio.h&gt;<br>#include&lt;conio.h&gt;<br>int main()<br>{<br>float score;<br>char grade;<br>&nbsp; &nbsp; printf("Input Your Score : ");<br>&nbsp; &nbsp; scanf("%f",&amp;score);<br>&nbsp; &nbsp; if (score&gt;=80)<br>&nbsp; &nbsp; &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; grade='C';<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else if (score&gt;=50)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; grade='D';<br>&nbsp; &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>&nbsp; &nbsp; printf("Your's Score = %.2f \n",score);<br>&nbsp; &nbsp; printf("Grade = %c ",grade);<br>&nbsp; &nbsp; getch();</p><p><br/></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/09b2513e10ebbe7693b236d50569e525/image.png" />
         <pubDate>2024-01-17 03:02:01 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2851271033</guid>
      </item>
      <item>
         <title>3!=6;3x2x1</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2866169757</link>
         <description><![CDATA[<p>#include&lt;stdio.h&gt;<br>#include&lt;conio.h&gt;<br>int main()<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; int sum = 1;<br>&nbsp; &nbsp; &nbsp; &nbsp; int fac, count = 1;<br>&nbsp; &nbsp; &nbsp; &nbsp; printf("Please enter number of factorial : ");<br>&nbsp; &nbsp; &nbsp; &nbsp; scanf("%d", &amp;fac);<br>&nbsp; &nbsp; &nbsp; &nbsp; while (count&lt;=fac)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sum = sum*count;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; count = count + 1;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; printf("Result of %d! &nbsp;is &nbsp;%d",fac,sum);<br>&nbsp; &nbsp; getch();<br>&nbsp; &nbsp; }</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/e70fd54f8dc8a14f87ee9429c95306a5/image.png" />
         <pubDate>2024-01-30 02:50:01 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2866169757</guid>
      </item>
      <item>
         <title>5!=120;5x4x3x2x1</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2866172426</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/3adf46297ed23d74a6a7bf6f555a55d0/image.png" />
         <pubDate>2024-01-30 02:52:47 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2866172426</guid>
      </item>
      <item>
         <title>7!=5040; 7x6x5x4x3x2x1</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2866173763</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/b6b7167d4b044d9675c74a1445588f40/image.png" />
         <pubDate>2024-01-30 02:54:15 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2866173763</guid>
      </item>
      <item>
         <title>Score : 89.47 Grade = A</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867754481</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/2b93398f22cdcb82467c94e8d0dd2972/image.png" />
         <pubDate>2024-01-31 02:45:02 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867754481</guid>
      </item>
      <item>
         <title>Score = 73.54 Grade = B</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867755584</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/7bf9e0308f54cb8dd1b40b7b4555dd17/image.png" />
         <pubDate>2024-01-31 02:46:09 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867755584</guid>
      </item>
      <item>
         <title>Score = 68.79 Grade = C</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867756953</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/d66eb8a439af294b4d86f3eaded2174b/image.png" />
         <pubDate>2024-01-31 02:47:41 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867756953</guid>
      </item>
      <item>
         <title>Score = 58.27 Grade = D</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867758054</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/d4066804429d93750ceeadbde8b1b989/image.png" />
         <pubDate>2024-01-31 02:48:56 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867758054</guid>
      </item>
      <item>
         <title>Score = 47.93.Grade = 0.0</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867770350</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/abdf441332eb416109b097cd4410d5e8/image.png" />
         <pubDate>2024-01-31 03:01:45 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867770350</guid>
      </item>
      <item>
         <title>Score = 50.85 Grade = 1.0</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867772173</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/bc3fcc9f4b664952f31d01bb79f56dcc/image.png" />
         <pubDate>2024-01-31 03:03:38 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867772173</guid>
      </item>
      <item>
         <title>Score = 57.99 Grade = 1.5</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867773825</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/13335ff6cda40af616990bb51d6d0f2e/image.png" />
         <pubDate>2024-01-31 03:05:15 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867773825</guid>
      </item>
      <item>
         <title>Score = 64.55 Grade = 2.0</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867775081</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/1d0558ae5c4bef2838f3e0d36209dc76/image.png" />
         <pubDate>2024-01-31 03:06:27 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867775081</guid>
      </item>
      <item>
         <title>Score = 68.78 Grade = 2.5</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867778094</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/4bfde833ab22880d1e972172b624f0aa/image.png" />
         <pubDate>2024-01-31 03:09:12 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867778094</guid>
      </item>
      <item>
         <title>Score = 73.24 Grade = 3.0</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867778799</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/58f73c318bf8954a55e780d89bc72f13/image.png" />
         <pubDate>2024-01-31 03:09:57 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867778799</guid>
      </item>
      <item>
         <title>Score = 78.59 Grade = 3.5</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867779493</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/5d6ccb5b4b7cfde81e46fee27e2df2c9/image.png" />
         <pubDate>2024-01-31 03:10:41 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867779493</guid>
      </item>
      <item>
         <title>Score = 90.99 Grade = 4.0</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867780452</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/461ba99440f3f9c6181f25c852209ba3/image.png" />
         <pubDate>2024-01-31 03:11:40 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867780452</guid>
      </item>
      <item>
         <title></title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867781275</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("February \n");</p><p>printf("veterans day \n");</p><p>printf("world cancer day \n");</p><p>break;</p><p>case 3 :</p><p>printf("March \n");</p><p>printf("International Day to End Discrimination \n");</p><p>printf("World Wildlife and Flora Day \n");</p><p>break;</p><p>case 4 :</p><p>printf("April \n");</p><p>printf("world health day \n");</p><p>printf("air force day \n");</p><p>break;</p><p>case 5 :</p><p>printf("May \n");</p><p>printf("National Labor Day \n");</p><p>printf("world tuna day \n");</p><p>break;</p><p>case 6 :</p><p>printf("June \n");</p><p>printf("Ananda Mahidol Day \n");</p><p>printf("International Day Against Child Labor \n");</p><p>break;</p><p>case 7 :</p><p>printf("July \n");</p><p>printf("National Boy Scout Foundation Day \n");</p><p>printf("International Plastic Bag Free Day \n");</p><p>break;</p><p>case 8 :</p><p>printf("August \n");</p><p>printf("Thai Women's Day National \n");</p><p>printf("Communication Day / Thai Veterinarian Day \n");</p><p>break;</p><p>case 9 :</p><p>printf("September \n");</p><p>printf("Doraemon's birthday \n");</p><p>printf("international charity day \n");</p><p>break;</p><p>case 10 :</p><p>printf("October \n");</p><p>printf("world smile day \n");</p><p>printf("international breast cancer day \n");</p><p>break;</p><p>case 11 :</p><p>printf("November \n");</p><p>printf("World city planning day\n");</p><p>printf("National Day of Persons with Disabilities \n");</p><p>break;</p><p>case 12 :</p><p>printf("December \n");</p><p>printf("International Day of the Abolition of Slavery \n");</p><p>printf("International Day of Persons with Disabilities \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="" />
         <pubDate>2024-01-31 03:12:28 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2867781275</guid>
      </item>
      <item>
         <title> 1.January</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873192725</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/a05dd440e803ad2df70b4643107e8e99/image.png" />
         <pubDate>2024-02-05 08:07:32 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873192725</guid>
      </item>
      <item>
         <title>2.February</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873193017</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/291e835995cc712ff0e1fb6aa5b13d17/image.png" />
         <pubDate>2024-02-05 08:07:52 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873193017</guid>
      </item>
      <item>
         <title>3. March</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873193319</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/9bf2f139768f8b52b22034ad57f047f6/image.png" />
         <pubDate>2024-02-05 08:08:12 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873193319</guid>
      </item>
      <item>
         <title>4.April</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873193801</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/5d64c27ce0241b007fc46043dc0a8b7c/image.png" />
         <pubDate>2024-02-05 08:08:43 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873193801</guid>
      </item>
      <item>
         <title>5.May</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873194647</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/1d32f50309480ead190d766ceff447c4/image.png" />
         <pubDate>2024-02-05 08:09:38 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873194647</guid>
      </item>
      <item>
         <title>6.June</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873194984</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/b0abea6554e69bb66daffb9345b60e04/image.png" />
         <pubDate>2024-02-05 08:10:04 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873194984</guid>
      </item>
      <item>
         <title>7.July</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873195853</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/5e618996559470232c1a64d9e12bffd6/image.png" />
         <pubDate>2024-02-05 08:10:59 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873195853</guid>
      </item>
      <item>
         <title>8. August</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873196507</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/b549cf6b9ec4c7662e54d9ff44e0ab91/image.png" />
         <pubDate>2024-02-05 08:11:39 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873196507</guid>
      </item>
      <item>
         <title>9.September</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873197099</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/6c88b95d079e6bcb9d52c19f16005829/image.png" />
         <pubDate>2024-02-05 08:12:13 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873197099</guid>
      </item>
      <item>
         <title>10.October</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873197825</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/24ea51cb33fbb294b00e7ef840928ebe/image.png" />
         <pubDate>2024-02-05 08:12:53 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873197825</guid>
      </item>
      <item>
         <title>11.November </title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873198394</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/a677b3c085559072f0cd441c4349243c/image.png" />
         <pubDate>2024-02-05 08:13:24 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873198394</guid>
      </item>
      <item>
         <title>12.December</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873199600</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/6dbbba0ffe52dfbfb709781c1dd0ff30/image.png" />
         <pubDate>2024-02-05 08:14:32 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873199600</guid>
      </item>
      <item>
         <title>Error</title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873200080</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/5c57f54c7cf7232c31fda6a62f224d6f/image.png" />
         <pubDate>2024-02-05 08:15:03 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2873200080</guid>
      </item>
      <item>
         <title></title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2874439020</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;=10)</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/10);</p><p>getch();</p><p>}</p><p><br></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/69086692326cf8786d62d56c8aed4a32/image.png" />
         <pubDate>2024-02-06 02:53:11 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2874439020</guid>
      </item>
      <item>
         <title></title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2874443782</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;=10);</p><p>printf("Sum of Weights = %.2f\n",sum);</p><p>printf("Average of Weights = %.2f\n",sum/10);</p><p>getch();</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/5f5ee1e5afc2ce882f5ed97b2e6d6bd2/image.png" />
         <pubDate>2024-02-06 02:57:53 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2874443782</guid>
      </item>
      <item>
         <title></title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2909751641</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/2061281307/eb64033bd69a482393c1bc18d61fc2db/9279BB19_AC20_40B7_B7EF_51BEA16A92F1.jpeg" />
         <pubDate>2024-03-07 12:21:05 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2909751641</guid>
      </item>
      <item>
         <title></title>
         <author>wachiralak15</author>
         <link>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2909754614</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, j = 10; i &lt; j; i++, j--) {</p><p>printf("i = %d, j= %d\n", i, j);</p><p>}</p><p>return 0;</p><p>getch();</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2061281307/303873998e16ebcb2fc6052366fc2d1e/A339F02E_5C8C_4364_BBFE_98D74D0AEE70.jpeg" />
         <pubDate>2024-03-07 12:23:45 UTC</pubDate>
         <guid>https://padlet.com/wachiralak15/izu4mim3dp00rhmc/wish/2909754614</guid>
      </item>
   </channel>
</rss>
