Skip to content
Snippets Groups Projects
Commit fc5b8d55 authored by Patrick Lafrance's avatar Patrick Lafrance
Browse files

Corrigé l'ébauche

parent c06d840a
Branches
No related tags found
No related merge requests found
Pipeline #15398 passed
......@@ -61,7 +61,9 @@ titre: Bonjour Bob!
type: prog
uuid: e9bbea6d-9ab1-4b95-9f30-7bdb821b9e2b
ébauches:
python: 'nom = ''Bob''
python: |
nom = "Bob"
âge = "18"
#-VISIBLE
......@@ -78,9 +80,8 @@ uuid: e9bbea6d-9ab1-4b95-9f30-7bdb821b9e2b
#-TODO
'
java: 'import java.util.Scanner;
java: |
import java.util.Scanner;
class exec {
......@@ -114,7 +115,6 @@ uuid: e9bbea6d-9ab1-4b95-9f30-7bdb821b9e2b
}
'
énoncé: |
Compléter le code afin de produire le message en sortie selon ce modèle :
`Bonjour, je m''appelle Bob !`. Il est important d''utiliser la variable pour construire
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment