Is a TMNT?

Tags
If
Challenge
No

Write a program that tells you whether a name is a TMNT. The user types a name...

Start

... and clicks the button. In this case, the program would show:

Output

On the other hand:

Output

Write the code so that case doesn't matter, and the program would still work if the user types extra spaces at the beginning or end of the cell. So:

Donnie

The TMNTs are:

  • Leonardo
  • Michaelangelo
  • Donatello
  • Raphael

Upload your workbook. The usual coding standards apply.

Where referenced