Computer Science, asked by preetichavan198181, 3 days ago

Write note on inputbox with example

Answers

Answered by KingKnowsEverything
0

Answer:

Explanation:

The InputBox function prompts the users to enter values. After entering the values, if the user clicks the OK button or presses ENTER on the keyboard, the InputBox function will return the text in the text box. If the user clicks the Cancel button, the function will return an empty string ("").

Similar questions