Menu
×
×
Correct!

Exercer:

Insérez la partie manquante du code ci-dessous pour afficher "Hello World".

echo "Bonjour le monde" ;
ÉCHO "Bonjour le monde" ;
Écho "Hello World" ;
imprimer "Hello World" ;

Not Correct

Click here to try again.

Correct!

Next ❯

  
  
  




Allez sur w3schools.com
Réinitialiser le score
Fermer ce menu
"; txt += " '; txt += ' MA PAGE'; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; document.getElementById("userprogress").innerHTML = txt; x = Math.round((userscore/numberofexercises) * 100); degrés = x * 3,6 ; si (degrés > 359) degrés = 359 ; document.getElementById("mypage_circle1").setAttribute("d", describeArc(26, 35, 24, 0, 359)); document.getElementById("mypage_circle2").setAttribute("d", describeArc(26, 35, 24, 0, degrés)); document.getElementsByClassName("exercisemenuinner")[0].style.top = "169px"; } } function polarToCartesian(centerX, centerY, radius, angleInDegrees) { var angleInRadians = (angleInDegrees-90) * Math.PI / 180.0; return { x : centerX + (radius * Math.cos(angleInRadians)), y : centerY + (radius * Math.sin(angleInRadians)) } ; } fonction describeArc(x, y, radius, startAngle, endAngle){ var start = polarToCartesian(x, y, radius, endAngle); var end = polarToCartesian(x, y, radius, startAngle); var largeArcFlag = endAngle - startAngle

Terminé 0 des 47 exercices :

Syntaxe PHP
Variables PHP
Chaînes PHP
Opérateurs PHP
PHP Si... Sinon
Commutateur PHP
Boucles PHP
Fonctions PHP
Tableaux PHP
Formulaires PHP
Rendez-vous PHP
PHP Avancé

×

Réinitialiser le score ?

Cela réinitialisera le score de TOUS les 47 exercices.

Es-tu sur de vouloir continuer?



×

Toutes nos félicitations!

Vous avez terminé les 47 exercices PHP.

Partagez votre score :