What function can be used to return multiple numeric data su
What function can be used to return multiple numeric data such as integer and/or float entered at the keyboard to the program?
A) Input
B)Eval
C)Output
D)return
Solution
Answer: Input
Input function can be used to return multiple numeric data such as integer and/or float entered at the keyboard to the program. Input function will get the inputs from keyboard and seent it to program for execution.

