A user will enter one line of text at a time
. Use EOF or ‘\n’ to determine end of the input. Echo the input one word per line and capitalize each word. Do not use toupper().White spaces, special characters (*, &,+, etc.),and punctuation marks will serve as delimiters .Do not output delimiters After processing a line of text,output # word count and punctuation marks count .Do not use arrays or any builtin functions. NOgoto, continue, break (except for switch)

Show us what you've tried so far, tell us what you're having trouble with, and then we can help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.