Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. 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
 

Buy us a coffee!

Buy me a coffee.
Back
Top Bottom