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.
7 lines
335 B
7 lines
335 B
#include <stdio.h>
|
|
|
|
int saisirLogement(char *type, int *nbPers, char *pension);
|
|
float coutLogement (char type, int nbPers, char pension);
|
|
int saisirActiviteSki(int *nbPers, int *nbPack, int *nbSki);
|
|
float coutActiviteSki(int nbPers, int nbPack, int nbSki, float *reduc);
|
|
//void globale (int nbPers, int nbPack, int nbSki, float reduc):
|