1.

Which one of the following is correct assignment of the variable min to zero?

A. min = = 0;
B. min =+ 0
C. min = 0;
D. min ++ 0
Answer» D. min ++ 0


Discussion

No Comment Found