Ajout des fichiers des séances précédentes

This commit is contained in:
2025-09-23 14:02:45 +02:00
parent f888480ecf
commit e39a86bef2
3 changed files with 39 additions and 0 deletions

21
DEV1.1/TP07/sequence.c Normal file
View File

@@ -0,0 +1,21 @@
#include <stdio.h>
#include <stdlib.h>
int main (void){
int a, b ;
printf("Entrez deux entiers : ");
scanf(%d ,&a);
scanf %d" , &b);
if (a > b) {
int tmp = a;
a = b;
b = tmp;
}
int i= 0
while (i<10){
;
i = i + 1;
}
}