0
im confused
this is the code int x = 16; int y = 5; Console.WriteLine(x/y); and i have been trying to put an answer in but it keeps being wrong. please tell me what i am doing wrong
1 Resposta
+ 2
Which excercise you are doing?
16 / 5 = 3 because both are integer