Using the constructor, create a Pokemon instance that has the color "orange" and the name "charizard".
"orange"
"charizard"
Make sure to pick Pokemon followed by ( and then "orange", ,, "charizard", ).
Pokemon
(
,
)