Create a subclass called Laptop that inherits the turnOn() method from Computer.
Laptop
turnOn()
Computer
Make sure to pick class followed by Laptop and then (, Computer, ), :.
class
(
)
: