InterviewSolution
Saved Bookmarks
| 1. |
What Is A Compute Statement? |
|
Answer» COMPUTE STATEMENT is used to write ARITHMETIC expressions in COBOL. This is a replacement for ADD, Subtract, Multiply, and Divide. Compute statement is used to write arithmetic expressions in COBOL. This is a replacement for Add, Subtract, Multiply, and Divide. |
|