Guess the Programming Language - Statistics

General Stats
  • This quiz has been taken 2,540 times
  • The average score is 6 of 15
Answer Stats
Hello World Code Answer % Correct
#include int main() {  std::cout << "Hello, world!";  return 0; }
C++
97%
using System; class Program {  public static void Main(string[] args)  {   Console.WriteLine("Hello, world!");  } }
C#
84%
print("Hello world!")
Python
80%
import javax.swing.JFrame; import javax.swing.JLabel; public class HelloWorld {  public static void main(String[] args) {   JFrame frame = new JFrame();   frame.setTitle("Hi!");   frame.add(new JLabel("Hello world!"));   frame.pack();   frame.setLocationRelativeTo(null);   frame.setVisible(true);  } }
Java
77%
document.write('Hello world!');
JavaScript
50%
echo "Hello World"
Bash
44%
puts "Hello world!"
Ruby
32%
$("body").append("Hello world!");
JQuery
24%
package main import "fmt" func main() {  fmt.Println("Hello World!") }
Go
21%
#import #import int main(void) {  NSLog(@"Hello world!");  return 0; }
Objective-C
20%
program HelloWorld; begin  WriteLn('Hello world!'); end.
Pascal
19%
PRINT "Hello, world!"​
BASIC
18%
cat('Hello, world! ')
R
12%
disp('Hello world!')
MATLAB
10%
print_string "Hello World!\n";;
OCaml
3%
No matching quizzes found
Score Distribution
Percent of People with Each Score
Percentile by Number Answered
Your Score History
You have not taken this quiz