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. |
|