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 extends, Computer.
class
extends