MC The expression a *= 4 is correctly represented by:
a) a = 4 * 4.
b) a = 4a.
c) a = a * 4.
d) None of the above.
c) a = a * 4.
Computer Science & Information Technology
a) a = 4 * 4.
b) a = 4a.
c) a = a * 4.
d) None of the above.
c) a = a * 4.