You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include <stdio.h>
|
|
|
|
float coutSalle (char categ, char deco);
|
|
float PrixAperitif(char Formule, int nbrPers);
|
|
void faffichage (float cout, float Montant, float coutTot);
|
|
void Global (void);
|