Menu
Create
Random
Create Account
Login
0
0
0
Language
Deutsch
Español
Français
Italiano
Nederlands
Polski
Português
Suomi
More...
Search...
Featured Quizzes
All Featured Quizzes
New and Reset
Random
Top Today
Geography
History
User Quizzes
Most Recent
All User-Created
Tags
Highest Rated
Most Taken
Nominated Quizzes
Recent Spotlights
Create Quiz
Create / Edit Quiz
New Click Quiz
New Map Quiz
New Multiple Choice
New Picture Quiz
New Sudden Death
New Text Quiz
New Tile Select
Data and Charts
JetPunk Charts
Recent Charts
Create Chart
Info Pages
Country Population
Interesting Facts
Interesting Quotes
Blogs
Official Blog
User Blogs
Recent User Blogs
Blogs by Tag
Create Blog
Badges and Games
Badges
Word Search
Minigames
About JetPunk
About Us
Contact Us
JetPunk Premium
Change Log
Terms of Service
Planting Trees
Message Board
Dark Mode
Programming languages - "Hello World."
Can you identify the programming language used to print these "Hello World."?
Quiz by
alexm72
Profile
Quizzes
Subscribed
Subscribe?
Rate:
Nominate
Nominated
Spotlight
+ Playlist
Last updated: November 1, 2015
You have not attempted this quiz yet.
More quiz info >>
First submitted
November 1, 2015
Times taken
2,284
Average score
60.0%
Rating
4.25
Report this quiz
Report
Quiz and answer stats >>
Friends stats >>
Start Quiz
2:30
Give Up?
0
/ 10 guessed
Time Used
00:00
Best Time
00:00
The quiz is paused. You have
remaining.
Resume
Scoring
You scored
/
=
%
This beats or equals
% of test takers
also scored 100%
The average score is
Your high score is
Your fastest time is
more stats >>
friends stats >>
Keep scrolling down for answers and more stats ...
Retake Quiz
Share Result
Hint
Answer
System.out.println("Hello World.");
Java
std::cout << "Hello, new world!\n";
C++
echo 'Hello World.';
PHP
Console.WriteLine("Hello World.");
C#
NSLog (@"Hello World.");
Objective C
puts 'Hello World.'
Ruby
alert('Hello, World!')
JavaScript
print "Hello World."
Python
Sub Main()
MsgBox("Hello World.")
End Sub
Visual Basic
printf("hello, world\n");
C
Your Next Quiz
•
Computer Nerd Acronyms Quiz #1
•
Countries by Military Spending
•
Smartphone Apps
•
Classic Novels by Plot #2
Random
Suggested
6 Comments
Show comments >
eeraree
+1
Level 45
Dec 16, 2018
Great quiz!
bert64
+1
Level 65
Nov 15, 2019
print "Hello World." works in BASIC, too.
partdavid
+9
Level 74
Nov 10, 2021
Python, without a qualifier, now unambiguously refers to Python 3; in Python 3, "print" is a function and the example is incorrect. So the example should be modified.
Goodness knows in how many languages print("Hello World.") is valid.
Vivelageo
+4
Level 39
Sep 6, 2023
In Python print is a function so you need the parentheses
englishsystem
+2
Level 67
Nov 23, 2023
Sure, the printed string doesn't matter but it's funny the hints are inconsistent. Hello World. Hello, new world! Hello, World! hello, world
Wiforanjnk
+1
Level 37
Nov 18, 2024
we need brainf**k
Add comment
New and Popular
all
de
en
es
fi
fr
it
nl
pl
pt
Countries of the World Quiz
US States Quiz
Countries by First Two Letters in 90 Seconds
Countries of the World with an Empty Map
Random Capital to Country
U.S. Presidents Quiz
World Capitals Quiz
Country Flags Quiz #1
12 x 12 Multiplication Table in 2 Minutes
South America Map Quiz
Find The Mystery Country Using Hints - Randomized!
Countries that Start with U
U.S. State Capitals Quiz
Champions League Winners
Countries of Asia Quiz
Random
Top Today
Save Your Progress
Create Account
Similar Quizzes by Tag
Computer Programming
Technology
Goodness knows in how many languages print("Hello World.") is valid.