im confused | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

23rd Jun 2022, 5:39 AM
Icewolf7
Icewolf7 - avatar
1 Answer
+ 2
Which excercise you are doing? 16 / 5 = 3 because both are integer
23rd Jun 2022, 5:56 AM
A͢J
A͢J - avatar