-
Notifications
You must be signed in to change notification settings - Fork 0
/
task.html
11 lines (11 loc) · 872 Bytes
/
task.html
1
2
3
4
5
6
7
8
9
10
11
<b>Full name</b> <a class=right href="https://hyperskill.org/learn/step/9575">Open on JetBrains Academy</a>
<br><br>
<html>
<head></head>
<body>
<p>In the code template below, you can see a program that creates a full name from the first and last names for several people. Wouldn't it be much easier if we had a function that could do the same?</p>
<p>Your task is to create the function <code class="java">create_full_name</code> that takes <code class="java">name</code> and <code class="java">last_name</code> (in this order) and returns the full name. Then redefine the full name variables using this function.</p>
<p>Do NOT change the variable names.</p>
</body>
</html><br><br><font color="gray">Memory limit: 256 MB</font><br><font color="gray">Time limit: 15 seconds</font><br><br>
<a href="https://hyperskill.org/learn/step/9571">Show topic summary</a>