Agbesi Innocent

43
reputation
8

imports System.IO Module Module1 Sub Main() Dim name As String Dim job_experience As String Dim Number_Of_Years As Integer name="My name is Agbesi Innocent Kwesi" job_experience="I have worked with lots of IT companies and even for real estate companies to help grow their business.I help in building any App or website the company might need and for other companies aside mine" Number_Of_Years=10

Console.WritLine(name) Console.WriteLine(job_experience) Console.WriteLine(Number_Of_Years) Console.ReadKey()

'This is the brief history of me in codes.Thanks all!' End Sub End Module