Respuesta :
Answer:
See explanation
Explanation:
Irrespective of the programming language, the input() function will allow Cheri's program to be able to accept user input.
Take for instance, the programming language is python, an expample of how the input function can be used is:
userinput = input("Enter a word: ")
The above instruction will allow her program to accept a string value.
The input() function can be used alongside different variable types.