PROGRAM: CONVERT
: ClrHome
: For (X, 1, 10)
: Disp “TEMP” , X
: Prompt T
: (T – 32) / 1.8 arrow Y
: Disp “CONVIS” , Y
: End
choose three true options:
1) The program can be used to convert temperatures in degrees Fahrenheit to the equivalent temperatures in degrees Celsius.
2) The program can be used to convert temperatures in degrees Celsius to the equivalent temperatures in degrees Fahrenheit.
3) The user must input all ten temperatures before any output is shown.
4) Each converted temperature is displayed straight after a temperature has been keyed in.
5) X is the temperature in degrees Fahrenheit.
6) T is the temperature in degrees Celsius.
7) T is the temperature in degrees Fahrenheit.
8) After the program had finished, the home screen will clear.
2007-06-16
05:08:48
·
3 answers
·
asked by
Anonymous
in
Science & Mathematics
➔ Mathematics