<?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: phranxnen</title>
    <description>The latest articles on DEV Community by phranxnen (@xnenon_wtyph).</description>
    <link>https://dev.to/xnenon_wtyph</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%2F3175517%2Fc2327f5a-ebb1-4080-ab1f-04b78ddc45bf.jpg</url>
      <title>DEV Community: phranxnen</title>
      <link>https://dev.to/xnenon_wtyph</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/xnenon_wtyph"/>
    <language>en</language>
    <item>
      <title>Making battleship in java</title>
      <dc:creator>phranxnen</dc:creator>
      <pubDate>Sat, 28 Feb 2026 11:04:55 +0000</pubDate>
      <link>https://dev.to/xnenon_wtyph/making-battleship-in-java-4pg9</link>
      <guid>https://dev.to/xnenon_wtyph/making-battleship-in-java-4pg9</guid>
      <description>&lt;p&gt;public class Battleship {&lt;br&gt;
    static void Board(){&lt;br&gt;
    String[][]fieldSize={&lt;br&gt;
        {"~~~~&lt;del&gt;&lt;/del&gt;~&lt;del&gt;"},&lt;br&gt;
        {"&lt;/del&gt;~~~~~&lt;del&gt;&lt;/del&gt;"},&lt;br&gt;
        {"~~~~&lt;del&gt;&lt;/del&gt;~&lt;del&gt;"},&lt;br&gt;
        {"&lt;/del&gt;~~~~~&lt;del&gt;&lt;/del&gt;"},&lt;br&gt;
        {"~~~~&lt;del&gt;&lt;/del&gt;~&lt;del&gt;"},&lt;br&gt;
        {"&lt;/del&gt;~~~~~&lt;del&gt;&lt;/del&gt;"},&lt;br&gt;
        {"~~~~&lt;del&gt;&lt;/del&gt;~&lt;del&gt;"},&lt;br&gt;
        {"&lt;/del&gt;~~~~~&lt;del&gt;&lt;/del&gt;"},&lt;br&gt;
        {"~~~~&lt;del&gt;&lt;/del&gt;~&lt;del&gt;"},&lt;br&gt;
        {"&lt;/del&gt;~~~~~&lt;del&gt;&lt;/del&gt;"}&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;};
for(int i=0;i&amp;lt;fieldSize.length;i++){
  for(int j=0;j&amp;lt;fieldSize[i].length;j++){
     System.out.print(fieldSize[i][j]+" ");
  }
  System.out.println();
}
 }
public static void main(String[] args) {
    Board();
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;}&lt;/p&gt;

</description>
      <category>learning</category>
      <category>java</category>
    </item>
    <item>
      <title>Try practicing. in JAVA but no have ideas for practice</title>
      <dc:creator>phranxnen</dc:creator>
      <pubDate>Wed, 21 Jan 2026 17:21:35 +0000</pubDate>
      <link>https://dev.to/xnenon_wtyph/try-practicing-in-java-but-no-have-ideas-for-practice-27e6</link>
      <guid>https://dev.to/xnenon_wtyph/try-practicing-in-java-but-no-have-ideas-for-practice-27e6</guid>
      <description>&lt;p&gt;Hello everyone. how practice  in java most effective &lt;/p&gt;

</description>
    </item>
    <item>
      <title>This code generates place of the game</title>
      <dc:creator>phranxnen</dc:creator>
      <pubDate>Fri, 18 Jul 2025 07:39:49 +0000</pubDate>
      <link>https://dev.to/xnenon_wtyph/this-code-generates-place-of-the-game-2g0h</link>
      <guid>https://dev.to/xnenon_wtyph/this-code-generates-place-of-the-game-2g0h</guid>
      <description>&lt;p&gt;i dont know why not working correctly  this code  if wont help me with my code &lt;/p&gt;

</description>
      <category>coding</category>
      <category>debugging</category>
      <category>discuss</category>
    </item>
    <item>
      <title>c code</title>
      <dc:creator>phranxnen</dc:creator>
      <pubDate>Thu, 17 Jul 2025 04:28:49 +0000</pubDate>
      <link>https://dev.to/xnenon_wtyph/c-code-4omm</link>
      <guid>https://dev.to/xnenon_wtyph/c-code-4omm</guid>
      <description>&lt;p&gt;Hello everyone can fix my code &lt;/p&gt;

</description>
      <category>c</category>
      <category>help</category>
      <category>code</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
