Statistiques
2 Questions
0 Réponses
RANG
64 715
of 301 447
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 21 284
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 609
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
I need help with a loop.
The program that I am creating needs to go through all of the steps for multiple people until 0 is entered. For example: ...
environ 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
I am trying to complete a while loop that uses letters instead of numbers as the accepted input. The accepted inputs are M,m,F,f. How do I prevent other inputs from getting through?
% (calculating the Ideal Body Weight (IBW)) ideal_body_weight_male_kg = 50.0 + (2.3 * (height_inches - 60)); ideal_body_weig...
environ 13 ans il y a | 1 réponse | 0
