-
Notifications
You must be signed in to change notification settings - Fork 0
/
task.html
10 lines (10 loc) · 915 Bytes
/
task.html
1
2
3
4
5
6
7
8
9
10
<b>Computer hours</b> <a class=right href="https://hyperskill.org/learn/step/5930">Open on JetBrains Academy</a>
<br><br>
<html>
<head></head>
<body>
<p>Write a program that asks a user how long, on average, they spend on a computer per day and:</p>
<p><strong><em>if</em></strong> it is less than 2 hours says <code class="java">'That seems reasonable'</code><br> <strong><em>else if</em></strong> it is less than 4 hours per day says <code class="java">'Do you have time for anything else?'</code><br> <strong><em>else</em></strong> the programs says <code class="java">'You need to get outside more!'</code></p>
</body>
</html><br><b>Sample Input:</b><br>6<br><b>Sample Output:</b><br>You need to get outside more!<br><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/5926">Show topic summary</a>