Declare a two-dimensional character array named “gasgiants” that is capable of storing the names of the gas giant planets of our solar system: jupiter, saturn, uranus, and neptune.
LANGUAGE: C++
CHALLENGE:
Declare a two-dimensional character array named “gasgiants” that is capable of storing the names of the gas giant planets of our solar system:
jupiter, saturn, uranus, and neptune.
Do not make the array any larger than it needs to be.
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in C++, Learn To Code