and this is how you print Hello World in 4 different languages ✨ #coding #python #c++ #java #html

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

HTML is a markup language and does not have a console. That is just putting Hello World on a static page.

CubemasterGaming
Автор

All languages: dude, just write the print
Java: so, first of all we’ll assemble a computer and build a power plant to power it

eneymvq
Автор

Everything shows that Python is simple to learn

mathwithmershscore
Автор

I learn Java, and its crazy how much you gotta write for a simple print command

xaenza
Автор

You added the return to the main function in C++. You are a nice one.

varonex
Автор

IMO the correct way in python would be:

if __name__ == "__main__":
print("Hello, World!")

Just for those who wrote Java is crazy 😉

Windows and Unix shell:
echo "Hello World"

Since running a browser also counts
"Hello World" (without quotes) save it as x txt, open in browser. Language ASCII or UTF-8.

haraldgame
Автор

Btw u don't even need to use body and html tags in html it'll still work

uchiha-madara
Автор

Now i see why so many people recommend python for beginners

mrfahrenheit
Автор

<?php>
Echo "Hello World";
<php?>

gerxpaul
Автор

Open new Word document. Type Hello World. Save!

lebogangjr
Автор

ويتسائل البعض لماذا احب بايثون ... كل شيء واضح الان

HD-GAMES
Автор

include <studio.h>

int main() {
printf("hello world");

return 0;
}

robotguard
Автор

C++ is the only one I don't know Iv been meaning to learn

kfourblack
Автор

Ngl but the hello world for Java is the reason why I didn’t bother to learn the language 😂😂like man wtf you mean I gotta do all that just for two words 😭

KrispyChurro
Автор

C# Console.WriteLine("Hello World");

Console.ReadLine()

TheSimpleYash
Автор

It’s preferable to use String[] args for Java, not String args[] (that’s the C syntax).

UsernameUsername
Автор

Type Hello Words to write in English language.

arjunbhardwaj
Автор

Generally, you should not use std::endl because it clears the buffer, the computer is far more efficient at clearing it than you

Helios-
Автор

BASIC

10 print "hello world";

tygriffin
Автор

you are comparing a low level a high compiled level a script an a markup language. That's not fair xD

FatRogSlim