update: wording switch exercise string manipulator

This commit is contained in:
Inanc Gumus
2019-11-17 12:49:43 +03:00
parent 029b522a02
commit 9947575806

View File

@ -10,8 +10,8 @@ package main
// ---------------------------------------------------------
// STORY
// You want to write a program that will manipulate the
// given strings to uppercase, lowercase, and title case.
// You want to write a program that will manipulate a
// given string to uppercase, lowercase, and title case.
//
// EXERCISE: String Manipulator
//