Page 1 of 1

What is the most appropriate declaration for the variable X?X = 1.123E+4;

Posted: Fri Aug 26, 2022 9:59 am
by answerhappygod
What is the most appropriate declaration for the variable X?X = 1.123E+4;

A. DCL X CHAR(4);
B. DCL X PIC '9999';
C. DCL X DEC FLOAT(16);
D. DCL X DEC FIXED(15,3);