Input and Output
Read values and display results cleanly.
Do this: Read the concept below, then try the quiz or activity.
Lesson 4 of 20
15%
Concept
Most programs take input (user, file, args) and produce output (console, file). Sanitize inputs and format outputs for readability.
Short Answer
Outline how your language reads a line of input and prints a formatted message.