COBOL allows the use of logical operators like _____ in conditional statements.
- AND
- NOT
- OR
- XOR
COBOL allows the use of logical operators like AND, OR, and NOT in conditional statements. These operators enable the creation of complex conditions by combining multiple logical expressions.
Loading...
Related Quiz
- In COBOL, when specifying an alternate index, the ALTERNATE KEY IS clause is used to define the _______ structure.
- When using the WRITE verb in COBOL, what happens if the file is not open in OUTPUT or I-O mode?
- COBOL's support for database connectivity is often achieved through _____.
- When using the ADD statement in COBOL, the result is stored in the ________.
- In COBOL, what is the purpose of the COMPUTE statement?