- 3
Write the output of the following segments code int X = 7 ; int Y = 3; cout<< X/Y << " and " << X%Y;
Be fast
1 Resposta
+ 2
If you just want to get an answer, you won't learn from it... When asking a good question you should be specific and mention what you don't understand.
There is a few things hapenning in there. Do you need help understanding "cout" or the modulo "%" or is it something else?