Files
DEV/DEV.2.2/TP/TP1/ex21.php

14 lines
189 B
PHP
Raw Normal View History

2025-09-30 09:43:41 +02:00
<!DOCTYPE html>
<html lang="fr">
<head>
</head>
<body>
<?php
$tab[$i] = $tab[i-1]+$i;
$tabl[$i*$i] =$i;
?>
</body>
</html>