what is the use of input ( ) function
Answers
Answered by
6
Answer:
The INPUT function enables you to read the value of source by using a specified informat. The informat determines whether the result is numeric or character. Use INPUT to convert character values to numeric values.
Answered by
0
Answer:
Using input function, we input our base. For example, 6+5 = 11.
In addition process 6,5 are put inside program through input function and processed and output 11 is displayed.
Similar questions