Computer Science, asked by Spartanyashwant3422, 1 year ago

WAP to display "welcome" using VB Script????

Answers

Answered by PrabhatPankaj
0

Module Welcome

 Sub Main()

     MsgBox("Welcome") ' Display message on computer screen.

 End Sub  

End Module

Similar questions