What I want to do is:

  • If user has entered a number, tell the number and that it's a number
  • If user has entered a letter (word), tell the letter (word) and that it's a letter (word)
  • If user has entered nothing, tell that string is empty and re-ask the user to enter something


How would I do this?


Note: I am using Turbo C++, not VC++.

[Edited by Matthew Gates on 10-20-2000 at 10:33 PM]