<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[who can help me,I don&#x27;t know what happened?And I&#x27;m a new man]]></title><description><![CDATA[<p dir="auto">import java.util.Scanner;</p>
<p dir="auto">public class ScannerTest{<br />
public static void main(String[] args){</p>
<pre><code> Scanner sc = new Scanner(System.in);
	
	int height1 = sc.nextlnt();
	int height2 = sc.nextlnt();
	int height3 = sc.nextlnt();

int tempHeight = height1 &gt; height2 ? height1 : height2;

int maxHeight = tempHeight &gt; height3 ? tempHeight : height3;

System.out.println("maxHeight:" + maxHeight);

}
</code></pre>
<p dir="auto">}</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22062/who-can-help-me-i-don-t-know-what-happened-and-i-m-a-new-man</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 09:13:15 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22062.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 28 Oct 2021 09:03:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to who can help me,I don&#x27;t know what happened?And I&#x27;m a new man on Thu, 28 Oct 2021 10:52:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/satokanolato" aria-label="Profile: SatokaNolato">@<bdi>SatokaNolato</bdi></a></p>
<p dir="auto">Not sure exactly what your question is going to be, but I suspect it is going to be about Java code and not Notepad++.</p>
<p dir="auto">If that’s the case, it isn’t appropriate for this forum.  Please find another place to ask it.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/70965</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/70965</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 28 Oct 2021 10:52:20 GMT</pubDate></item></channel></rss>