: PROGRAM: PYTHAG : Prompt A, B :Fix 2

�ã
: (A2 +B2) �¨ C :Disp "C=",C : Float
Choose the three true options concerning this program.
Options
A)
The program can be used to find the length of the hypotenuse of a
right-angled triangle.
B)
The program can be used to find the smallest angle in a right angled
triangle.
C)
If 5 and 12 are input for A and B, then C = 13 is displayed.
D)
If 5 and 12 are input for A and B, then C = 13.00 is displayed.
E)
If negative numbers are entered for A and B, then an error message
will be displayed.
F)
If negative numbers are entered for A and B, then the value of C will
also be negative.
G)
The command Fix 2 is necessary because 2 numbers are input.
H)
The command Fix 2 sets the number of decimal places displayed to 2.
21

1 answer

A, D, H