WHAT VALUE IS ASSIGNED TO THE BELOW VARIABLES?
int X1 = 13/3;int X2 = 13%3;
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
int X1 = 13/3;
int X2 = 13%3;