Exercices Paper
Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Exercice 1
Réaliser le motif ci-dessous
Exercice 1
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>
#include <stdlib.h>
#include "paper.h"
int main()
{
return 0;
}
Enter to Rename, Shift+Enter to Preview
Questions
Répondre aux questions
- Comment colorier un carré ?
- La couleur a –t-elle été précisée ?
- L’endroit où colorier a-t-il été précisé ?
- L’ordre des opérations a-t-il une importance ? Pourriez-vous changer l’ordre des opérations de votre programme et afficher la même grille ?
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content