<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>แฟ้มสะสมผลงานวิชา Adv. Dev C++  ของนางสาวชมพูนุท จันหอม ม.6/2 เลขที่25 by Chompunoot Chanhom</title>
      <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar</link>
      <description>เก็บรวบรวมผลงานในรายวิชาคอมพิวเตอร์เพื่อการเรียนรู้ รหัส ว32250 (Advance Dev C++ ) ภาคเรียนที่ 2/2564</description>
      <language>en-us</language>
      <pubDate>2022-09-06 09:55:13 UTC</pubDate>
      <lastBuildDate>2023-01-15 09:47:45 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284392361</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;conio.h&gt;<br>int main() {<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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/5bb18dac0e602988d592b89d524edb46/74BC30C9_6178_415D_9398_17CC845178B5.jpeg" />
         <pubDate>2022-09-06 10:16:20 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284392361</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 5.4</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284395520</link>
         <description><![CDATA[<div>เกรดa<br>#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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/8f89594b27257e72ee41441476499d42/76DF7150_6D5D_4C3C_BD86_BA153A2DE3E2.jpeg" />
         <pubDate>2022-09-06 10:20:13 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284395520</guid>
      </item>
      <item>
         <title>ชิ้นงานที่5.2</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284395974</link>
         <description><![CDATA[<div>เกรดB<br>#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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/9d7ca387659d1d5bb09541097ee32600/7387787B_4421_49D5_B5B6_2BDE34713303.jpeg" />
         <pubDate>2022-09-06 10:20:43 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284395974</guid>
      </item>
      <item>
         <title>ชิ้นงานที่5.1</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284396225</link>
         <description><![CDATA[<div>เกรดC<br>#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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/a734b46b3bac83ca9db5a455ede3c533/5F9568C2_B848_4A21_9957_37D1A71040EC.jpeg" />
         <pubDate>2022-09-06 10:21:02 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284396225</guid>
      </item>
      <item>
         <title>ชิ้นงานที่5.3</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284396501</link>
         <description><![CDATA[<div>เกรด d<br>#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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/34c7c9de7043e11f290ac67bd52fecf9/C4C57946_DD94_43D2_A849_FDAD6825F6DD.jpeg" />
         <pubDate>2022-09-06 10:21:17 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284396501</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 5.5</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284396739</link>
         <description><![CDATA[<div>เกรด f<br>#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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/2682e7e2485a36b27ee26477d745b799/D59F506A_9645_4237_A3E4_EF0CA0FF3348.jpeg" />
         <pubDate>2022-09-06 10:21:34 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284396739</guid>
      </item>
      <item>
         <title>ชิ้นงานที่4.1</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284398853</link>
         <description><![CDATA[<div>กำหนดให้คะแนน(points)=44<br><br>#include&lt;stdio.h&gt;<br>#include&lt;conio.h&gt;<br>int main()&nbsp;<br>{<br>&nbsp; &nbsp;int points;<br>&nbsp; &nbsp; &nbsp; &nbsp; clrscr;<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; &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("Bye bye...see you again next semester %d\n",points);<br>&nbsp; &nbsp; getch();<br>&nbsp; &nbsp; return(0);<br>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/1dc74905a6eb2107ceeb7f49f8cb84a8/image__5_.webp" />
         <pubDate>2022-09-06 10:23:17 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284398853</guid>
      </item>
      <item>
         <title>ชิ้นงานที่4.2</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284399151</link>
         <description><![CDATA[<div>กำหนดให้คะแนน(points)=12<br><br>#include&lt;stdio.h&gt;<br>#include&lt;conio.h&gt;<br>int main()&nbsp;<br>{<br>&nbsp; &nbsp;int points;<br>&nbsp; &nbsp; &nbsp; &nbsp; clrscr;<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; &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("Bye bye...see you again next semester %d\n",points);<br>&nbsp; &nbsp; getch();<br>&nbsp; &nbsp; return(0);<br>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/09b898b72a0ba5d623da7982f0f4ff28/image__6_.webp" />
         <pubDate>2022-09-06 10:23:33 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284399151</guid>
      </item>
      <item>
         <title>ชิ้นงานที่2.1</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284404761</link>
         <description><![CDATA[<div>x = 1 และ y = 20<br>#include &lt;stdio.h&gt;<br>#include &lt;conio.h&gt;<br>int main() {<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>}</div><div><br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/ab3e087ef3cac56de1a37699e7ae9c08/image.webp" />
         <pubDate>2022-09-06 10:29:09 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284404761</guid>
      </item>
      <item>
         <title>ชิ้นงานที่2.2</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284405015</link>
         <description><![CDATA[<div>x = 2 และ y =0<br><br>#include &lt;stdio.h&gt;<br>#include &lt;conio.h&gt;<br>int main() {<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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/5763f8019168d982a8b5d87fb2708e16/image__1_.webp" />
         <pubDate>2022-09-06 10:29:27 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284405015</guid>
      </item>
      <item>
         <title>ชิ้นงานที่2.3</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284405241</link>
         <description><![CDATA[<div>x = 12 และ y = 0<br><br>#include &lt;stdio.h&gt;<br>#include &lt;conio.h&gt;<br>int main() {<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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/d43b06c75f5a96222ed360dd7eabb1e5/image__2_.webp" />
         <pubDate>2022-09-06 10:29:42 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284405241</guid>
      </item>
      <item>
         <title>ชิ้นงานที่2.4</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284405481</link>
         <description><![CDATA[<div>x = 20 และ y = 0<br><br>#include &lt;stdio.h&gt;<br>#include &lt;conio.h&gt;<br>int main() {<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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/39f322528b26020a53d96aabac301cf2/image__3_.webp" />
         <pubDate>2022-09-06 10:29:59 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284405481</guid>
      </item>
      <item>
         <title>ชิ้นงานที่2.5</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284405748</link>
         <description><![CDATA[<div>x =30&nbsp; และ&nbsp; y = 0<br><br>#include &lt;stdio.h&gt;<br>#include &lt;conio.h&gt;<br>int main() {<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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/02c159039c9ec5b1ea078285426d8148/image__4_.webp" />
         <pubDate>2022-09-06 10:30:17 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284405748</guid>
      </item>
      <item>
         <title></title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284407240</link>
         <description><![CDATA[<div><strong>#include &lt;stdio.h&gt;</strong><br><strong>#include &lt;conio.h&gt;</strong><br><strong>int main()</strong><br><strong>{</strong><br><strong>&nbsp; &nbsp; &nbsp; &nbsp;int a,b,c;</strong><br><strong>&nbsp; &nbsp; &nbsp; printf("Input 1st number : ");</strong><br><strong>&nbsp; &nbsp; &nbsp; scanf("%d",&amp;a);</strong><br><strong>&nbsp; &nbsp; &nbsp; printf("Input 2nd number : ");</strong><br><strong>&nbsp; &nbsp; &nbsp; scanf("%d",&amp;b);</strong><br><strong>&nbsp; &nbsp; &nbsp; c=a*b;</strong><br><strong>&nbsp; &nbsp; &nbsp; printf("\n\n\n");<br>&nbsp; &nbsp; &nbsp; printf("%d x %d = %d",a,b,c);</strong><br><strong>&nbsp; &nbsp; &nbsp; getch();<br>&nbsp; &nbsp; &nbsp; return 0;<br>}</strong></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/608053e5ac9caa9fd9dd12aec8bfaac5/C637999A_6797_441D_A4C0_3DE85B8571E9.jpeg" />
         <pubDate>2022-09-06 10:31:39 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284407240</guid>
      </item>
      <item>
         <title>ชิ้นงานที่6.1</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284409401</link>
         <description><![CDATA[<div>Grade A<br>#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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/8e46c535fe0b870a03df65d435f7d600/C2C66B3B_D5BD_445B_BB9C_4B599F17DF31.jpeg" />
         <pubDate>2022-09-06 10:34:03 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284409401</guid>
      </item>
      <item>
         <title>ชิ้นงานที่6.2</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284409832</link>
         <description><![CDATA[<div>Grade B</div><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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/fd8b33be8f1a0aea060e60714df46a25/A058E099_9172_476A_99B9_C3161C7E28DD.jpeg" />
         <pubDate>2022-09-06 10:34:20 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284409832</guid>
      </item>
      <item>
         <title>ชิ้นงานที่6.4</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284410057</link>
         <description><![CDATA[<div>Grade C</div><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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/7cfd78a1c14724e57e545998be7505cb/50057A20_C7D0_41B9_AF60_0C6370FDB6BC.jpeg" />
         <pubDate>2022-09-06 10:34:35 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284410057</guid>
      </item>
      <item>
         <title>ชิ้นงานที่6.3</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284410344</link>
         <description><![CDATA[<div>Grade D</div><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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/e3e067c3c4ea02ec1c74f7ac65dbf27e/74D1EB6B_DF0E_49F8_A055_5E9F3785A818.jpeg" />
         <pubDate>2022-09-06 10:34:54 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284410344</guid>
      </item>
      <item>
         <title>ชิ้นงานที่6.5</title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284410553</link>
         <description><![CDATA[<div>Grade F</div><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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/29da1d7e46794aac25a8b239050c28d6/26CD4D77_283C_4702_BCA9_7859388A818D.jpeg" />
         <pubDate>2022-09-06 10:35:10 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284410553</guid>
      </item>
      <item>
         <title></title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284412235</link>
         <description><![CDATA[<div>กำหนดให้ weight : 64 weight : 85.71 weight : 50.32 weight : 60.88 weight : 55.13<br>#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>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/5c1e82e54249f6b380c23b7ceb1c5822/image__7_.webp" />
         <pubDate>2022-09-06 10:36:59 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284412235</guid>
      </item>
      <item>
         <title></title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284414988</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>#include&lt;conio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; int i = 1;<br>&nbsp; &nbsp; 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;}&nbsp; while (i&lt;=5);<br>&nbsp; &nbsp;printf("Sum of Height = %.2f\n",sum);<br>&nbsp; &nbsp;printf("Average of Height = %.2f\n",sum/5);<br>&nbsp; &nbsp;getch();<br>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1718014413/c08bac2b4ebd2b3aac15d457278a98c9/02AD2BD3_E005_400A_B750_AB10E1368057.jpeg" />
         <pubDate>2022-09-06 10:39:41 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284414988</guid>
      </item>
      <item>
         <title></title>
         <author>chanhormchompunoot</author>
         <link>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284433324</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>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-09-06 10:56:43 UTC</pubDate>
         <guid>https://padlet.com/chanhormchompunoot/u8ro80x3futoslar/wish/2284433324</guid>
      </item>
   </channel>
</rss>
