Write a program that asks the user to input a word or phrase and then outputs the following information about that phrase:
All numbers if the input is all numbers.
Does not contain numbers if the input does not contain any numbers.
Contains a {digit} for each number in the phrase.
Comments
Leave a comment