Fundamentals of Programming
Human Computer Interaction

Basic Input Output

1. Name Greeting

Enter your name, and the system will welcome you.

Output:
...

2. Echo Chamber

Type something, and the system will echo it exactly.

Output:
...

3. Word Counter

Find out how many words are in your sentence.

Output:
...

4. Uppercase Converter

Converts your lowercase text to SHOUTING uppercase.

Output:
...

5. Character Counter

Counts the exact total number of characters (including spaces).

Output:
...