23 lines
873 B
TeX
23 lines
873 B
TeX
Voici un programme Scratch:
|
|
|
|
\begin{center}
|
|
\begin{scratch}
|
|
\blockinit{quand \greenflag est cliqué}
|
|
\blockpen{effacer tout}
|
|
\blocksensing{demander \txtbox{Quel est ton âge?} et attendre}
|
|
\blockvariable{mettre \ovalvariable{x} à \ovalsensing{réponse}}
|
|
\blockifelse{Si \booloperator{\booloperator{\ovalvariable{x} = \txtbox{14}} ou \booloperator{\ovalvariable{x} > \txtbox{14}}} alors }
|
|
{
|
|
\blocklook{dire \txtbox{Tu as l'âge de conduire un scooter!}}
|
|
}{
|
|
\blocklook{dire \txtbox{Tu es trop jeune pour conduire un scooter!}}
|
|
}
|
|
\end{scratch}
|
|
\end{center}
|
|
|
|
\begin{enumerate}
|
|
\item Que fait le programme?
|
|
\item Que dit le lutin si tu réponds 13?
|
|
\item A partir de quel âge a-t-on le droit de conduire un scooter $50cm^3$?
|
|
\end{enumerate}
|