CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 5: C-TAW12-750: SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50

An ABAP program processes the following expression: r = a/b + c. Which of the following data declarations would cause the runtime environment to use fixed-point arithmetic for the above expression to calculate the value of "r"? (Choose two.)

Nội dung câu hỏi

An ABAP program processes the following expression: r = a/b + c. Which of the following data declarations would cause the runtime environment to use fixed-point arithmetic for the above expression to calculate the value of "r"? (Choose two.)

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. DATA: r TYPE p DECIMALS 2,a TYPE i VALUE 201,b TYPE i VALUE 200,c TYPE f.
  2. B. DATA: r type p,a type i VALUE 201,b type i VALUE 200,c type i.
  3. C. DATA: r TYPE p DECIMALS 2,a TYPE i VALUE 201,b TYPE i VALUE 200,c TYPE p.
  4. D. DATA: r TYPE f,a TYPE i VALUE 201,b TYPE i VALUE 200,c TYPE f. — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề