JavaScript is required

What is output?
Media VietJack

A.
12480
B.
1248@
C.
12500
D.
12522
Trả lời:

Đáp án đúng: A


The code initializes `a` to 10 and `b` to 20. Then, `c` is the sum of `a` and `b` (30). Next, `d` is the product of `c` and `a` (300). Then, `e` is the result of dividing `d` by `b` (15). Finally, `f` is the sum of `e`, `a`, `b`, `c`, and `d` (375). The code outputs the concatenation of `a`, `b`, `c`, `d`, and `f`, which is 102030300375.

Câu hỏi liên quan