Question
I want screenshots as evidence in COBOL, use DOSbox.074 to display the information otherwise I won't believe you, and might even report you. Q1)Given A2
I want screenshots as evidence in COBOL, use DOSbox.074 to display the information otherwise I won't believe you, and might even report you.
Q1)Given A2 PIC 99. What will be stored in A2 after the following statement has been executed.
MOVE 719.345 TO A2
A. 19.35 B. 719.345 C. 19 D. .34 E. None of the above.
Given A3 PIC 9(3)V99 VALUE 73.43, B3 PIC 9(3)V99 VALUE 27.33 and, C3 PIC 9(3)V9 VALUE 7.3. What will be stored in C3 after the following statement has been executed:
ADD A3 B3 GIVING C3 ROUNDED
A. 73,43 B. 27.33 C. 100.8 D. 100.7 E. None of the above.
Given A3 PIC 9(3)V99 VALUE 73.43, B3 PIC 9(3)V99 VALUE 27.33 and, C3 PIC 9(3)V9 VALUE 7.3. What will be stored in C3 after the following statement has been executed:
ADD A3 B3 GIVING C3
A. 73,43 B. 27.33 C. 100.8 D. 100.7 E. None of the above.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started