Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Fun activity Say hello... in a coding language!

HTML:
<p>Hello Mlugo!</p>
JavaScript:
console.log("Hello");
PHP:
<?php echo "Hi"; ?>
C++:
cout >> "Hey yo!";
Python:
print("Hello world");
That's all I know. I'm not sure about the last one, its been a few years sine I coded in C++
 
Last edited:
Code:
    'Visual Basic using .NET6.0

    Public Sub Main()
        Dim strPrevPerson As String = "Nebulous"
        Dim strWelcomeMsg As String = $"Hello {strPrevPerson}! Geetings everyone!"

        MessageBox.Show(strWelcomeMsg, "Welcome")
    End Sub
 
Code:
    'Visual Basic using .NET6.0

    Public Sub Main()
        Dim strPrevPerson As String = "Nebulous"
        Dim strWelcomeMsg As String = $"Hello {strPrevPerson}! Geetings everyone!"

        MessageBox.Show(strWelcomeMsg, "Welcome")
    End Sub
Python:
print("Thanks!")
 
Rich (BB code):
search?q=%5C%5C--%20INSERT%20INTO%20admin%20VALUES%20%28%22Hello%20everyone%22%29%3B%20DROP%20TABLE%20users%3B%0A
 

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom