Input and Output

Read values and display results cleanly.

Lesson 4

Concept

Most programs take input (user, file, args) and produce output (console, file). Sanitize inputs and format outputs for readability.

Try it

Short Answer

Outline how your language reads a line of input and prints a formatted message.