Code Wars C# 8kyu: Color Ghost

preview_player
Показать описание

In this challenge viewers are given an outline for a Ghost class. They must create a field to hold a random color value for any ghosts created. There should be a public method called "GetColor()" that will return the color of the ghost in string format. Use random number generation to select equally among the possible color values.

The best way to learn computer programming is by actually writing code. Coding challenges also enhance existing skills or can be a fun brain teaser. Start taking your skills to the next level.
Рекомендации по теме
Комментарии
Автор

This kata makes even less sense in python. Most difficult 8kyu kata of all time

scullyy