Cheri's teacher told her to write a program that prompts the user for information. Which function should she use? a input() b int() c main() d print()
Answers
Answered by
0
Answer:
input
or
main
these 2ccf
Answered by
1
Answer:
A: input()
Explanation:
input() method reads a line from the input usually from the user and converts the line into a string
Similar questions