Ajout de fichiers des séances précédentes
This commit is contained in:
12
DEV1.1/TP05/Opération.c
Normal file
12
DEV1.1/TP05/Opération.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
int main(void) {
|
||||
printf("%f\n", 5.0+2.5);
|
||||
printf("%f\n", 5.0-2.5);
|
||||
printf("%f\n", 5.0*2.5);
|
||||
printf("%f\n", 5.0/2.5);
|
||||
printf("%f\n", 5.0/2.5);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
Reference in New Issue
Block a user