Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>tableau des spectacles</title>
<meta charset="utf-8">
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<title>tableau des spectacles</title>
<meta charset="utf-8">
</head>
<body>
DEBUT
AFFICHER :"Donner vôtre âge"
LIRE Nombre saisi= N1
LIRE "Année en cours"=A
SOUSTRAIRE N1 à A =Résultat
RETOURNER Résultat
FIN
div{
background-color: green;
height: 150px;
}
div div div {
background-color: green;
padding: 4%;
}
<?php
class Personne{
public $nom = '';
public $prenom ='';
public $adresse = '';
<?php
/**
* Created by PhpStorm.
* User: romain
* Date: 22/02/16
* Time: 10:13
*/
$students = [
"Emmanuel" => 42,
<?php
/**
* Created by PhpStorm.
* User: romain
* Date: 22/02/16
* Time: 10:13
*/
$students = [
"Emmanuel" => 42,
<!DOCTYPE html>
<html>
<head>
<title>Formulaire</title>
<meta charset="utf-8">
</head>
<body>