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);
What is the most appropriate declaration for the variable X?X = 1.123E+4;
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the most appropriate declaration for the variable X?X = 1.123E+4;
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!