What will be the result of expression x 2 if x 7-02764
What will be the result of expression x%= 2, if x = 7?
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Lecture No.02 - Quiz No.4.
What will be the result of expression x%= 2, if x = 7?
x = 2
x = 7
x = 3
x = 1