Multiple choice technology programming languages

Which of the following are valid statements in IDEAL?

  1. ADDITION

  2. ADD

  3. SUB

  4. SUBTRACT

Reveal answer Fill a bubble to check yourself
B,D Correct answer
Explanation

In the IDEAL language, ADD and SUBTRACT are valid statements while ADDITION and SUB are not. ADD is used for addition operations, and SUBTRACT is used for subtraction operations. The language requires these specific keywords rather than variants like ADDITION or SUB.