Computer Science, asked by Spartanyashwant3422, 11 months 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