Computer Science, asked by angad815, 1 month ago

Write the program of hello world

Answers

Answered by KeshavNadgeri
1

Explanation:

Program for C

printf( "hello world");

Program for C++

cout << "hello world" << endl;

Program for Python

print("hello world")

Program for Java

System.out.println("hello world");

hope this helps...

Answered by purveshKolhe
9

\huge{\red{\underline{\underline{\green{\mathfrak{\bigstar Java:: \bigstar}}}}}}

\orange{public\:class\:} Main \{\\\:\:\:\: \orange{public \:static \:void\:} (String [] args) \{\\\:\:\:\:\:\:\:\:\orange{System.out.println}\gray{("Hello, World!");}\\\:\:\:\: \}\\\}

\blue{\rule{300pt}{0.2em}}

\huge{\red{\underline{\underline{\green{\mathfrak{\bigstar Python:: \bigstar}}}}}}

\orange{print}\gray{("Hello,World!")}

\blue{\rule{300pt}{0.2em}}

Hope it helps..♪

Similar questions