Correct the error
Find the language
History
Teachers
100

printf("Hello world")

C language.

printf("Hello world");

100

<div id = "MerciJaco">

       <p>Title</p>

</div>

html

100

Who solved Enigma ?

Alan Turing

100

According to Jacoboni, what is the language for hairdressers?

Python

200

int i;

scanf("%d",i);

C language.

scanf("%d",&i);

200

int compar (int a, int b){

       return (a > b)? 1:0;

}

C

200

What was the name of the first computer to beat Garry Kasparov in a chess game?

Deep Blue

300

System.out.printf("Hello world");


Java language

System.out println("Hello world");

300

def foo

    return @i

end

Ruby

300

Who was the creator of Linux?

Linus Torvalds

300

According to Jacoboni and Despres, what are the author and the name of the programmer's Bible?

The C Programming Language by Kernighan & Ritchie

400

Jacobini

Jacoboni

400

void test()

{

    int i = Console.ReadLine();

}

C#

400

What was the name of the first animated video game ?

Pong

500

#!/bin/bash

c=1

while($c -le 5) ; do

         ((c++))

done

while[$c -le 5] ; do

500

++++++++++[>+++++++>++++++++++>+++>+<<<<-]

Brainfuck