Transférer les fichiers vers 'TP2'
This commit is contained in:
parent
bba3a07749
commit
f9db7774c5
|
@ -0,0 +1,12 @@
|
|||
#include <stdio.h>
|
||||
int main() {
|
||||
float rayon ;
|
||||
float resultat ;
|
||||
const float pi = 3.141592653589793 ;
|
||||
|
||||
rayon = 10;
|
||||
resultat = pi * rayon * rayon ;
|
||||
printf("resultat = %f\n",resultat);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue