Basic Programming Language Coding

These are the Basic Programming Language Coding examples you need to know.

01. “Hello world” in Different Programming Language


print( “Hello World” )

System.out.print( “Hello World” )

std::cout<<"Hello World"


console.log( “Hello World” )

print( “Hello World” )

print( “Hello World” )

puts “Hello World”

disp( ‘Hello World’ )

(print “Hello World” )

This is the end of the “Basic Programming Language Coding” article. Thank you for reading. If you are interesting on my article, make sure to follow my other articles as well. Make sure to leave a comment.

guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x