Imports System
Public Module Module1
Public Sub Main()
dim firstname ="Noura"
dim lastname = "Alfadhel"
Console.WriteLine("Hello noura{0} anwar{1}, welcome to our class"alfadhel,noura)
End Sub
End Module