Compound Assignment Operator For Multiplication
Which of the following shorthand operators is equivalent to the expression a = a * b?
A
a = a + b;
B
a *= b;
C
a *= b + 0;
D
a = a * b;
Question Leaderboard
| Rank | |||||
|---|---|---|---|---|---|
| #1 | testsss | 1 | 1 | 0m 01s | 99 |
| #2 | lsj08030922 | 1 | 1 | 0m 05s | 95 |
| #3 | sssemihunal | 1 | 2 | 0m 03s | 87 |
| #4 | raufyildirim95 | 1 | 1 | 0m 46s | 54 |
| #5 | richa.tuli | 0 | 1 | 0m 01s | -11 |
Items per page:
10
1 – 5 of 5
APFIVE