You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>Fix str</b> <a class=right href="https://hyperskill.org/learn/step/5889">Open on JetBrains Academy</a>
<br><br>
<html>
<head></head>
<body>
<p>The previous developer accidentally named a variable <code class="java">str</code>. Since this name is reserved for a built-in type, now the code fails.</p>
<p>Please fix the variable by adding <code class="java">_</code> to the end of this name as it's said in the code style guide.</p>
<p>Your output should look like <code class="java">Hello10</code> and you don't need to print anything.</p>