data: a, b, c. c = 20. a = b = c. write a, b, c. What is the output for the above program?
Reveal answer
Fill a bubble to check yourself
data: a, b, c. c = 20. a = b = c. write a, b, c. What is the output for the above program?