a message that asks a user for input is a(n) \n○ a. prompt\n○ b. comment\n○ c. echo\n○ d. declaration

a message that asks a user for input is a(n) \n○ a. prompt\n○ b. comment\n○ c. echo\n○ d. declaration

a message that asks a user for input is a(n) \n○ a. prompt\n○ b. comment\n○ c. echo\n○ d. declaration

Answer

Answer:

A. prompt

Brief Explanations:

In programming and user - interface interactions, a prompt is used to ask a user for input. A comment is for adding explanatory text in code, an echo is for displaying output, and a declaration is for defining variables or functions.