What is the purpose of arithmetic operations in COBOL programs?

  • To control program flow
  • To handle string manipulations
  • To manage input/output operations
  • To perform calculations and manipulate numeric data
Arithmetic operations in COBOL are used to perform calculations and manipulate numeric data. These operations include addition, subtraction, multiplication, and division, allowing programs to perform mathematical tasks.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *