<?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: ShieldBreaker18</title>
    <description>The latest articles on DEV Community by ShieldBreaker18 (@shieldbreaker18).</description>
    <link>https://dev.to/shieldbreaker18</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%2F328379%2F9940cfd2-1738-4984-84bf-6bead9fa03fc.png</url>
      <title>DEV Community: ShieldBreaker18</title>
      <link>https://dev.to/shieldbreaker18</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shieldbreaker18"/>
    <language>en</language>
    <item>
      <title>Software Sales</title>
      <dc:creator>ShieldBreaker18</dc:creator>
      <pubDate>Sun, 01 Mar 2020 16:25:44 +0000</pubDate>
      <link>https://dev.to/shieldbreaker18/software-sales-5ai3</link>
      <guid>https://dev.to/shieldbreaker18/software-sales-5ai3</guid>
      <description>&lt;p&gt;Enter the number of units purchased and the program will compute the total cost!&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@JosephDeShields/Software-Sales-C?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
    </item>
    <item>
      <title>Roman Numeral Converter</title>
      <dc:creator>ShieldBreaker18</dc:creator>
      <pubDate>Sun, 01 Mar 2020 15:59:02 +0000</pubDate>
      <link>https://dev.to/shieldbreaker18/roman-numeral-converter-4fbe</link>
      <guid>https://dev.to/shieldbreaker18/roman-numeral-converter-4fbe</guid>
      <description>&lt;p&gt;Enter a number between 1 and 10 to have that number converted to a Roman Numeral.&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@JosephDeShields/Roman-Numeral-Converter?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
    </item>
    <item>
      <title>Minimum/Maximum</title>
      <dc:creator>ShieldBreaker18</dc:creator>
      <pubDate>Sun, 01 Mar 2020 15:44:57 +0000</pubDate>
      <link>https://dev.to/shieldbreaker18/minimum-maximum-3m75</link>
      <guid>https://dev.to/shieldbreaker18/minimum-maximum-3m75</guid>
      <description>&lt;p&gt;Enter two different numbers to have the program figure out which one is larger!&lt;/p&gt;


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


</description>
      <category>replit</category>
    </item>
    <item>
      <title>Change for a Dollar Game (C++ Version)</title>
      <dc:creator>ShieldBreaker18</dc:creator>
      <pubDate>Sun, 01 Mar 2020 14:54:16 +0000</pubDate>
      <link>https://dev.to/shieldbreaker18/change-for-a-dollar-game-c-version-2doh</link>
      <guid>https://dev.to/shieldbreaker18/change-for-a-dollar-game-c-version-2doh</guid>
      <description>&lt;p&gt;Enter in the number of coins to guess if they equal a dollar!&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@JosephDeShields/Change-for-a-Dollar-C?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
    </item>
    <item>
      <title>Book Club Points</title>
      <dc:creator>ShieldBreaker18</dc:creator>
      <pubDate>Sat, 29 Feb 2020 17:38:12 +0000</pubDate>
      <link>https://dev.to/shieldbreaker18/book-club-points-c17</link>
      <guid>https://dev.to/shieldbreaker18/book-club-points-c17</guid>
      <description>&lt;p&gt;Enter the number of books purchased to find out how many points are received.&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@JosephDeShields/Book-Club-Points-C-Ver?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
    </item>
    <item>
      <title>Bank Charges</title>
      <dc:creator>ShieldBreaker18</dc:creator>
      <pubDate>Sat, 29 Feb 2020 17:27:53 +0000</pubDate>
      <link>https://dev.to/shieldbreaker18/bank-charges-4571</link>
      <guid>https://dev.to/shieldbreaker18/bank-charges-4571</guid>
      <description>&lt;p&gt;Enter the number of checks written to see their fees at the bank!&lt;/p&gt;


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


</description>
      <category>replit</category>
    </item>
    <item>
      <title>Area of Rectangles</title>
      <dc:creator>ShieldBreaker18</dc:creator>
      <pubDate>Sat, 29 Feb 2020 15:30:26 +0000</pubDate>
      <link>https://dev.to/shieldbreaker18/area-of-rectangles-39ga</link>
      <guid>https://dev.to/shieldbreaker18/area-of-rectangles-39ga</guid>
      <description>&lt;p&gt;This program will compare the areas of two rectangles entered by the user.&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@JosephDeShields/Area-of-Rectangles?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
    </item>
    <item>
      <title>MadLibs: The story of (Name)!</title>
      <dc:creator>ShieldBreaker18</dc:creator>
      <pubDate>Fri, 14 Feb 2020 01:35:25 +0000</pubDate>
      <link>https://dev.to/shieldbreaker18/madlibs-the-story-of-name-2gd7</link>
      <guid>https://dev.to/shieldbreaker18/madlibs-the-story-of-name-2gd7</guid>
      <description>&lt;p&gt;Follow the prompts and then read the results!&lt;/p&gt;


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


</description>
      <category>replit</category>
    </item>
    <item>
      <title>Lucky Number Generator</title>
      <dc:creator>ShieldBreaker18</dc:creator>
      <pubDate>Fri, 14 Feb 2020 00:51:59 +0000</pubDate>
      <link>https://dev.to/shieldbreaker18/lucky-number-generator-327</link>
      <guid>https://dev.to/shieldbreaker18/lucky-number-generator-327</guid>
      <description>&lt;p&gt;Activate the program to receive your lucky number!&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@JosephDeShields/Lucky-Number-Generator?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
    </item>
    <item>
      <title>Eggs!</title>
      <dc:creator>ShieldBreaker18</dc:creator>
      <pubDate>Fri, 14 Feb 2020 00:18:48 +0000</pubDate>
      <link>https://dev.to/shieldbreaker18/eggs-22li</link>
      <guid>https://dev.to/shieldbreaker18/eggs-22li</guid>
      <description>&lt;p&gt;Enter the amount of eggs you wish to purchase and receive a detailed report of their cost!&lt;/p&gt;


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


</description>
      <category>replit</category>
    </item>
    <item>
      <title>Batting Average</title>
      <dc:creator>ShieldBreaker18</dc:creator>
      <pubDate>Thu, 13 Feb 2020 23:40:12 +0000</pubDate>
      <link>https://dev.to/shieldbreaker18/batting-average-1lb6</link>
      <guid>https://dev.to/shieldbreaker18/batting-average-1lb6</guid>
      <description>&lt;p&gt;Enter the number of times at bat and the number of hits for the batting average!&lt;/p&gt;


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


</description>
      <category>replit</category>
    </item>
    <item>
      <title>Restaurant Bill</title>
      <dc:creator>ShieldBreaker18</dc:creator>
      <pubDate>Fri, 07 Feb 2020 16:08:10 +0000</pubDate>
      <link>https://dev.to/shieldbreaker18/restaurant-bill-57e5</link>
      <guid>https://dev.to/shieldbreaker18/restaurant-bill-57e5</guid>
      <description>&lt;p&gt;Enter your subtotal and the program will take care of the rest!&lt;/p&gt;


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


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