InterviewSolution
Saved Bookmarks
| 1. |
What is the use of input ( ) function |
|
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. |
|