<?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: Prashant Raj</title>
    <description>The latest articles on DEV Community by Prashant Raj (@prashantrajch).</description>
    <link>https://dev.to/prashantrajch</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%2F1299014%2Fc4ddcacc-b7d8-4118-b5ee-ea76fe66cf93.jpg</url>
      <title>DEV Community: Prashant Raj</title>
      <link>https://dev.to/prashantrajch</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/prashantrajch"/>
    <language>en</language>
    <item>
      <title>👋 Hey Dev Community! I'm facing an issue with my C++ code for a pattern. Can someone lend a hand? 🙏</title>
      <dc:creator>Prashant Raj</dc:creator>
      <pubDate>Sat, 24 Feb 2024 16:17:03 +0000</pubDate>
      <link>https://dev.to/prashantrajch/hey-dev-community-im-facing-an-issue-with-my-c-code-for-a-pattern-can-someone-lend-a-hand-4g31</link>
      <guid>https://dev.to/prashantrajch/hey-dev-community-im-facing-an-issue-with-my-c-code-for-a-pattern-can-someone-lend-a-hand-4g31</guid>
      <description>&lt;p&gt;I'm trying to create a pattern using nested loops, but it's not giving me the expected result. The output seems off, and I can't figure out what's causing the issue. 🤔&lt;/p&gt;

&lt;p&gt;The pattern should resemble Buttery-Fly pattern upper part like &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;      *
**     **
***   ***
*********
,but the current output is.&lt;/li&gt;
&lt;li&gt;  *
**  **
*** ***
********&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any insights or suggestions would be greatly appreciated! 🙌 Thanks in advance for your help! 🚀&lt;/p&gt;

</description>
      <category>problem</category>
      <category>cpp</category>
      <category>beginners</category>
      <category>coding</category>
    </item>
  </channel>
</rss>
