<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: mathpurpose</title>
    <description>The latest articles on DEV Community by mathpurpose (@mathpurpose).</description>
    <link>https://dev.to/mathpurpose</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F285618%2F1de310e1-8c09-44ef-9c52-57c170e8e4c5.png</url>
      <title>DEV Community: mathpurpose</title>
      <link>https://dev.to/mathpurpose</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mathpurpose"/>
    <language>en</language>
    <item>
      <title>C-Basics Ex8</title>
      <dc:creator>mathpurpose</dc:creator>
      <pubDate>Wed, 04 Dec 2019 22:21:12 +0000</pubDate>
      <link>https://dev.to/mathpurpose/c-basics-ex8-3ejb</link>
      <guid>https://dev.to/mathpurpose/c-basics-ex8-3ejb</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Write a C program to convert specified days into years, weeks and days.
Note: Ignore leap year.
&lt;p&gt;
Test Data : &lt;br&gt;
Number of days : 1329&lt;br&gt;
Expected Output :&lt;br&gt;
Years: 3&lt;br&gt;
Weeks: 33&lt;br&gt;
Days: 3&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@MathPurpose/Ex8?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>replit</category>
      <category>c</category>
    </item>
    <item>
      <title>C-Basics Ex5</title>
      <dc:creator>mathpurpose</dc:creator>
      <pubDate>Wed, 04 Dec 2019 22:06:38 +0000</pubDate>
      <link>https://dev.to/mathpurpose/c-basics-ex5-2c37</link>
      <guid>https://dev.to/mathpurpose/c-basics-ex5-2c37</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Write a C program to compute the perimeter and area of a rectangle with a height of 7 inches. and width of 5 inches.
&lt;p&gt;
Expected Output:&lt;br&gt;
Perimeter of the rectangle = 24 inches&lt;br&gt;
Area of the rectangle = 35 square inches&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@MathPurpose/Ex5?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>replit</category>
      <category>c</category>
    </item>
    <item>
      <title>C-Basics: Ex4</title>
      <dc:creator>mathpurpose</dc:creator>
      <pubDate>Wed, 04 Dec 2019 21:53:46 +0000</pubDate>
      <link>https://dev.to/mathpurpose/c-basoc-ex4-4ikd</link>
      <guid>https://dev.to/mathpurpose/c-basoc-ex4-4ikd</guid>
      <description>&lt;p&gt;Write a C program to print the following characters in a reverse way.&lt;br&gt;
Test Characters: 'X', 'M', 'L'&lt;br&gt;
Expected Output:&lt;br&gt;
The reverse of XML is LMX&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@MathPurpose/ex4?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
      <category>c</category>
    </item>
    <item>
      <title>C-Basics: Ex3</title>
      <dc:creator>mathpurpose</dc:creator>
      <pubDate>Wed, 04 Dec 2019 21:28:07 +0000</pubDate>
      <link>https://dev.to/mathpurpose/c-basics-ex3-2p7b</link>
      <guid>https://dev.to/mathpurpose/c-basics-ex3-2p7b</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Write a C program to print a block F using hash (#), where the F has a height of six characters and width of five and four characters. And also to print a big 'C'.
&lt;p&gt;
F&lt;br&gt;
C&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@MathPurpose/Ex3?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>replit</category>
      <category>c</category>
    </item>
    <item>
      <title>C-Basics: Ex1</title>
      <dc:creator>mathpurpose</dc:creator>
      <pubDate>Wed, 04 Dec 2019 20:46:45 +0000</pubDate>
      <link>https://dev.to/mathpurpose/c-basics-ex1-g7n</link>
      <guid>https://dev.to/mathpurpose/c-basics-ex1-g7n</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Write a C program to print your name, date of birth. and mobile number.
Expected Output:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Name   : Alexandra Abramov&lt;br&gt;&lt;br&gt;
DOB    : July 14, 1975&lt;br&gt;&lt;br&gt;
Mobile : 99-9999999999&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@MathPurpose/Ex1?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
      <category>c</category>
    </item>
  </channel>
</rss>
