Probleme programation ti 83

Résolu/Fermé
titan - Modifié le 10 oct. 2017 à 19:01
ccm81 Messages postés 10851 Date d'inscription lundi 18 octobre 2010 Statut Membre Dernière intervention 16 avril 2024 - 13 oct. 2017 à 18:51
Bonjour,
est ce que qqun peut me dire se qui ne vas pas dans se programme svp.
merci d’avance.

Input "LONGUEUR TOLE",A
Input "LARGEUR TOLE",B
Input "AFFRANCHISSEMENT",C
Input "LONGUEUR PIECE",D
Input "LARGEUR PIECE",E
Input "NOMBRE DE PIECE",F

Disp "(F/(ent((A-C)/E)*(ent((B-C)/D))))=G"
If (G>ent(G))
Then
ent(G)+1
Else
ent(G)

Disp "(F/(ent((B-C)/D)*(ent((A-C)/E))))=H"
If (H>ent(H))
Then
ent(H)+1
Else
ent(H)


1 réponse

ccm81 Messages postés 10851 Date d'inscription lundi 18 octobre 2010 Statut Membre Dernière intervention 16 avril 2024 2 404
13 oct. 2017 à 18:51
Bonjour

Disp "(F/(ent((A-C)/E)*(ent((B-C)/D))))=G"

Si tu veux mettre le résultat du calcul de
F/(ent((A-C)/E)*(ent((B-C)/D)))
dans la variable G (utilises une affectation > la touche STO)
F/(ent((A-C)/E)*(ent((B-C)/D))) STO G

Cdlmnt
0