To be able to output messages to the screen, use the _______ command:
type
display
echo
print
Explanation & Hint:
To output messages to the screen, use the echo command. This command is commonly used in shell scripting to display lines of text or variables to the terminal.