Probleme de programmation
yod1001
Messages postés
1
Date d'inscription
Statut
Membre
Dernière intervention
-
yg_be Messages postés 23541 Date d'inscription Statut Contributeur Dernière intervention -
yg_be Messages postés 23541 Date d'inscription Statut Contributeur Dernière intervention -
Bonjour,
j'ai commencer a utiliser algobox depuis peu et j'ai un devoir a faire pour la rentrée
pouvez vous me dire ou ca bloque c'est un algorithme pour savoir si on a la moyenne dans deux matières différents en math (coef 3) et en anglais (coef 2)
merci d'avance pour votre aide
VARIABLES
2 n EST_DU_TYPE NOMBRE
3 notemath EST_DU_TYPE LISTE
4 noteanglais EST_DU_TYPE LISTE
5 moyenne EST_DU_TYPE CHAINE
6 DEBUT_ALGORITHME
7 AFFICHER "donner notemath[0]"
8 AFFICHER "donner noteanglais[0]"
9 AFFICHER "donner notemath[1]"
10 AFFICHER "donner noteanglais[1]"
11 PAUSE
12 notemath[0] PREND_LA_VALEUR 18
13
14 AFFICHERCALCUL notemath[0]/n
15 AFFICHERCALCUL noteanglais[]/n
16 LIRE moyenne
17 FIN_ALGORITHME
j'ai commencer a utiliser algobox depuis peu et j'ai un devoir a faire pour la rentrée
pouvez vous me dire ou ca bloque c'est un algorithme pour savoir si on a la moyenne dans deux matières différents en math (coef 3) et en anglais (coef 2)
merci d'avance pour votre aide
VARIABLES
2 n EST_DU_TYPE NOMBRE
3 notemath EST_DU_TYPE LISTE
4 noteanglais EST_DU_TYPE LISTE
5 moyenne EST_DU_TYPE CHAINE
6 DEBUT_ALGORITHME
7 AFFICHER "donner notemath[0]"
8 AFFICHER "donner noteanglais[0]"
9 AFFICHER "donner notemath[1]"
10 AFFICHER "donner noteanglais[1]"
11 PAUSE
12 notemath[0] PREND_LA_VALEUR 18
13
14 AFFICHERCALCUL notemath[0]/n
15 AFFICHERCALCUL noteanglais[]/n
16 LIRE moyenne
17 FIN_ALGORITHME
A voir également:
- Probleme de programmation
- Application de programmation - Guide
- Fermer un programme de force - Guide
- Télécharger le programme de pmu - Télécharger - Médias et Actualité
- Programmation carte à puce vierge ✓ - Forum Matériel & Système
- Comment lancer un programme automatiquement au démarrage de windows - Guide
1 réponse
yg_be
Messages postés
23541
Date d'inscription
Statut
Contributeur
Dernière intervention
Ambassadeur
1 584
bonjour, si tu nous poses la question, c'est que cela donne une erreur ou ne fais pas ce que tu attends. pourrais-tu nous expliquer cela?
en attendant, je te conseille de décrire ce que ton algorithme devrait faire.
en attendant, je te conseille de décrire ce que ton algorithme devrait faire.