Multiple choice technology programming languages

  1. ABAP has the following data types

  1. Character

  2. String

  3. Float / Packed

  4. All of the above

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

ABAP (Advanced Business Application Programming) supports multiple data types including Character (for fixed-length character strings), String (for variable-length character strings), and Float/Packed (for decimal numbers). Since all three types are valid in ABAP, 'All of the above' is correct.