

MCQOPTIONS
Saved Bookmarks
1. |
|
A. | if a = b: |
B. | if a == b: |
C. | if a === c: |
D. | if a == b |
Answer» C. if a === c: | |