-
Notifications
You must be signed in to change notification settings - Fork 0
/
task.html
12 lines (12 loc) · 873 Bytes
/
task.html
1
2
3
4
5
6
7
8
9
10
11
12
<h2>Shine on!</h2>
<html>
<head></head>
<body>
<p>Below you can see a class <code class="java">Star</code>. There are varieties of stars based on their luminosity, temperature and other parameters. One of the types of stars is a yellow dwarf, which is what our Sun is.</p>
<p>Create a child class for <code class="java">Star</code> and call it <code class="java">YellowDwarf</code>. You don't need to create any methods for the class or any objects of the class, just the class itself.</p>
</body>
</html><br><br><font color="gray">Memory limit: 256 MB</font><br><font color="gray">Time limit: 15 seconds</font><br><br>
<b>Caution</b><br><br>
You may see errors in your code or execution results due to missing context. Don’t worry about it, just write the solution and press Check.
<br><br>
<a href="https://hyperskill.org/learn/step/7235">Show topic summary</a>