<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>ผลงานการเรียนออนไลน์วิชาคอมพิวเตอร์ ของนายเฉลิมวงศ์ ชาติไพศาล เลขที่5/5 เลขที่43 by Chaleumwong Chapaisan</title>
      <link>https://padlet.com/leumcps/Bookmarks</link>
      <description>Made with charisma</description>
      <language>en-us</language>
      <pubDate>2022-03-04 13:45:36 UTC</pubDate>
      <lastBuildDate>2022-03-04 14:22:33 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>งานชิ้นที่ 1 โปรแกรมคำนวณ a b c (ตัวแปรชนิดจำนวนเต็ม หรือ int)</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077944868</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;conio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; &nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp; &nbsp; printf("Input 1st number : ");<br>&nbsp; &nbsp; &nbsp; scanf("%d",&amp;a);<br>&nbsp; &nbsp; &nbsp; printf("Input 2nd number : ");<br>&nbsp; &nbsp; &nbsp; scanf("%d",&amp;b);<br>&nbsp; &nbsp; &nbsp; c=a*b;<br>&nbsp; &nbsp; &nbsp; printf("\n\n\n");<br>&nbsp; &nbsp; &nbsp; printf("%d x %d = %d",a,b,c);<br>&nbsp; &nbsp; &nbsp; getch();<br>&nbsp; &nbsp; &nbsp; return 0;<br>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1612166065/b8fa3706eab7d0907122fba7d05ce8ee/image.webp" />
         <pubDate>2022-03-04 13:56:38 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077944868</guid>
      </item>
      <item>
         <title>งานชิ้นที่2.1-โปรแกรมคำนวณ บวก ลบ คูณ หาร และหาเอาเศษของตัวแปรชนิดจำนวนเต็ม(เต็มบวก เต็มศูนย์ เต็มลบ)</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077947831</link>
         <description><![CDATA[<div><br></div><div>#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><br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1612166065/163f7f588ebc2559220c7d7a0285cdee/image__1_.webp" />
         <pubDate>2022-03-04 13:58:04 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077947831</guid>
      </item>
      <item>
         <title>งานชิ้นที่2.2-โปรแกรมคำนวณ บวก ลบ คูณ หาร และหาเอาเศษของตัวแปรชนิดจำนวนเต็ม(เต็มบวก เต็มศูนย์ เต็มลบ)</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077949741</link>
         <description><![CDATA[<div>#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/1612166065/5eac5910fd16719ba2f2a6c93555609d/image__2_.webp" />
         <pubDate>2022-03-04 13:59:08 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077949741</guid>
      </item>
      <item>
         <title>งานชิ้นที่2.3-โปรแกรมคำนวณ บวก ลบ คูณ หาร และหาเอาเศษของตัวแปรชนิดจำนวนเต็ม(เต็มบวก เต็มศูนย์ เต็มลบ)</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077951608</link>
         <description><![CDATA[<div>#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/1612166065/9a9a64218bcc87540071964a64a5f91c/image__3_.webp" />
         <pubDate>2022-03-04 14:00:12 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077951608</guid>
      </item>
      <item>
         <title>งานชิ้นที่2.4-โปรแกรมคำนวณ บวก ลบ คูณ หาร และหาเอาเศษของตัวแปรชนิดจำนวนเต็ม(เต็มบวก เต็มศูนย์ เต็มลบ)</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077953424</link>
         <description><![CDATA[<div><br></div><div><br></div><div>#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/1612166065/6fb4bd300d18022cd603c9f8c4b3f4c1/image__4_.webp" />
         <pubDate>2022-03-04 14:01:07 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077953424</guid>
      </item>
      <item>
         <title>งานชิ้นที่2.5-โปรแกรมคำนวณ บวก ลบ คูณ หาร และหาเอาเศษของตัวแปรชนิดจำนวนเต็ม(เต็มบวก เต็มศูนย์ เต็มลบ)</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077955721</link>
         <description><![CDATA[<div><br></div><div><br></div><div>#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/1612166065/3fb080cb2caa2b915a34ac2ca8dc56b7/image__5_.webp" />
         <pubDate>2022-03-04 14:02:11 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077955721</guid>
      </item>
      <item>
         <title>งานชิ้นที่3-โปรแกรมคำนวณหาพื้นที่สามเหลี่ยม(ตัวแปรทศนิยมหรือfloat)</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077957603</link>
         <description><![CDATA[<div><br></div><div><br></div><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:?\n",area);<br>gatch();<br>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1612166065/5b13a87438a198ebb5e20c2fcbd47009/image__6_.webp" />
         <pubDate>2022-03-04 14:03:11 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077957603</guid>
      </item>
      <item>
         <title>งานชิ้นที่4.1-Output ที่เกิดจากการ Run ทั้ง2ครั้ง</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077959711</link>
         <description><![CDATA[<div><br></div><div><br></div><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:?\n",area);<br>gatch();<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/1612166065/e8ea9aaabc6179c4a25bc05dfa7dea67/image__7_.webp" />
         <pubDate>2022-03-04 14:04:23 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077959711</guid>
      </item>
      <item>
         <title>งานชิ้นที่4.2-Output ที่เกิดจากการ Run ทั้ง2ครั้ง</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077961273</link>
         <description><![CDATA[<div>#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/1612166065/7e648db0f80e1bbebcda7a7b2fb5327c/image__8_.webp" />
         <pubDate>2022-03-04 14:05:17 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077961273</guid>
      </item>
      <item>
         <title>งานชิ้นที่5.1-เรื่องIfซ้อนIf</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077963935</link>
         <description><![CDATA[<div><br></div><div><br></div><div>#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/1612166065/02072c31abe6b80cd23c53c3ed3e502a/image__9_.webp" />
         <pubDate>2022-03-04 14:06:44 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077963935</guid>
      </item>
      <item>
         <title>งานชิ้นที่5.2-เรื่องIfซ้อนIf</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077965745</link>
         <description><![CDATA[<div>A<br><br></div><div><br></div><div>#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/1612166065/0c0c73a86788018db7e2ce3dcfbffd65/image__10_.webp" />
         <pubDate>2022-03-04 14:07:34 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077965745</guid>
      </item>
      <item>
         <title>งานชิ้นที่5.3-เรื่องIfซ้อนIf</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077968955</link>
         <description><![CDATA[<div>B</div><div><br></div><div>#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/1612166065/b25b8476ccce131cb6f50c9e644ca352/image__11_.webp" />
         <pubDate>2022-03-04 14:09:14 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077968955</guid>
      </item>
      <item>
         <title>งานชิ้นที่5.4-เรื่องIfซ้อนIf</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077970691</link>
         <description><![CDATA[<div>C</div><div><br></div><div>#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/1612166065/9c021959c1dc32b657e60b2ae0b755cc/image__12_.webp" />
         <pubDate>2022-03-04 14:10:07 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077970691</guid>
      </item>
      <item>
         <title>งานชิ้นที่5.5-เรื่องIfซ้อนIf</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077973544</link>
         <description><![CDATA[<div>D<br><br></div><div><br></div><div>#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/1612166065/7627d01f6876d2b7cf05900bd368958b/image__13_.webp" />
         <pubDate>2022-03-04 14:11:33 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077973544</guid>
      </item>
      <item>
         <title>งานชิ้นที่5.6-เรื่องIfซ้อนIf</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077975177</link>
         <description><![CDATA[<div><br></div><div><br></div><div>#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/1612166065/b8130cc1d3b424614036701d4742b2b9/image__14_.webp" />
         <pubDate>2022-03-04 14:12:24 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077975177</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 6.1 switch case Grade</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077979431</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/1612166065/2c1e79aa21b7a1efd209ec254b8cd1fa/image__15_.webp" />
         <pubDate>2022-03-04 14:14:31 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077979431</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 6.2 switch case Grade</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077986968</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/1612166065/c145bf072306f4d4104e48de3b43b8dc/image__16_.webp" />
         <pubDate>2022-03-04 14:18:19 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077986968</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 6.3 switch case Grade</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077989352</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/1612166065/08f4346174770e1d10b73f1b5f2dadef/image__17_.webp" />
         <pubDate>2022-03-04 14:19:32 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077989352</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 6.4 switch case Grade</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077990676</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/1612166065/76a562dfcdf0cbe961f11149452f3df9/image__18_.webp" />
         <pubDate>2022-03-04 14:20:14 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077990676</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 6.5 switch case Grade</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077992086</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/1612166065/f340428732e55e7248f62b50de99a398/image__19_.webp" />
         <pubDate>2022-03-04 14:20:56 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077992086</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 7 การใช้white loop</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077993462</link>
         <description><![CDATA[<div><br></div><div><br></div><div>กำหนดให้ weight : 55 weight : 40 weight : 35weight : 30 weight : 25<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/1612166065/2b7cf57186965329b45d85eb6a27a63e/image__20_.webp" />
         <pubDate>2022-03-04 14:21:38 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077993462</guid>
      </item>
      <item>
         <title>งานชิ้นที่ 8 Do white loop</title>
         <author>leumcps</author>
         <link>https://padlet.com/leumcps/Bookmarks/wish/2077995127</link>
         <description><![CDATA[<div><br></div><div><br></div><div>กำหนดให้ Height : 170.01 Height : 172.02 Height :173.03 Height : 174.04Height : 175.05<br>#include&lt;stdio.h&gt;<br>#include&lt;conio.h&gt;<br>int main()<br>{<br>int i = 1;<br>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;} while (i&lt;=5);<br>&nbsp; &nbsp;printf<br>&nbsp; &nbsp;("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/1612166065/32c8d3d7b35e422bbb3f4fda1d6aa326/image__21_.webp" />
         <pubDate>2022-03-04 14:22:33 UTC</pubDate>
         <guid>https://padlet.com/leumcps/Bookmarks/wish/2077995127</guid>
      </item>
   </channel>
</rss>
