Computer Science, asked by ujval8664, 9 months ago

When speech input to functions with accept values as number or text?

Answers

Answered by babita1148
0

Answer:

The input function is used to ask the user of the program (not the programmer ) a question and then wait for a typed response. the typed number is then returned as the result of the function, and should usually be stored in a variable.

Similar questions