Learn

Congrats on finishing! You can now use and define methods with output.

Here’s what else you’ve learned in this lesson:

  • Methods return values with the return keyword.
  • Every method has a return type, designated in its method signature. That type must match the type of the value actually returned.
  • If a method returns no type, its return type is void.
  • out parameters can be used to return multiple values from a method.

You can always review this material on the Microsoft documentation.

Instructions

1.

Make sure you know how to apply all of these concepts before moving on!

Call DecoratePlanet() with the argument destination.

Store the returned value in the variable welcomeMessage.

2.

Call Int32.TryParse(), using galaxyString and galaxyInt as arguments.

Store the returned value in the variable outcome.

Take this course for free

Mini Info Outline Icon
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.

Or sign up using:

Already have an account?