@ -1,6 +1,4 @@
<html><body><pre>
<script>
<html><body><pre><script>
document.write("mettre 2 dans une variable\n");
/* Pseuso code :
@ -37,7 +35,4 @@
}
document.write("\n");
document.write(resultat);
</script></pre>
</body></html>
</script></pre></body></html>
@ -1,5 +1,4 @@
function calc_surface_carre(c) {
return c*c;
@ -32,7 +31,4 @@
document.write(calculer_surface([5]));
console.log(resultat);
</script>
</pre><body></html>
</script></pre><body></html>
document.write("\ndiviser (avec reste) 31 par 5 par soustraction \n");
variable opD,opG,resultat entier;
@ -24,7 +23,5 @@
reste = reste - opD;
document.write(resultat + " reste " + reste);