Custom Signs


Story

In this exercise you'll be writing code to help a sign company create custom messages for their signs.

Tasks

These are example tasks that fit the story of a customer designing a custom sign:

  • Create a set of useful strings
  • Create a set of useful characters
  • Combine phrases to build up messages
  • Build a graduation sign
  • Compute the cost of a sign

Implementations

Reference