<note>
<to>Hello world!</to>
<from>Saras IT</from>
</note>
<note>
<to>Hello world!</to>
<from>Saras IT</from>
</note>
println(“Hello World; Saras IT”) }
<% HelloWorldLabel.Text = “Saras IT”; %>
Sub Main() System.Console.WriteLine(“Saras IT”) End Sub End Module
{ Response.Write(“Saras IT”); }