0

How can i solve this :

What is the output of the following code? int x = 5 ; int y = 3 , z ; x = 10 + - - y ; z = x % 5 / 6 + y ; cout <<“X=“<<x<<“/t”<<“Y=“<<y<<“/t”<<“Z=“<<z ;

11th Oct 2022, 7:55 PM
Janat Neama7
Janat Neama7 - avatar
4 Answers
+ 1
Add code to playground and you can see yourself output..!! ??? question is not clear...
11th Oct 2022, 8:12 PM
Jayakrishna 🇮🇳
+ 1
Ok, thank you so much
17th Oct 2022, 9:46 PM
Janat Neama7
Janat Neama7 - avatar
0
I don’t know, this is exactly how the question is written
12th Oct 2022, 7:51 AM
Janat Neama7
Janat Neama7 - avatar
0
Janat Neama7 Go to the code section. Select new code => c++ Then add your code in main function as int main() { // add here return 0; } Run the code and see output.. If there any problem, save code and share link here with your problem description.. Hope it helps...
12th Oct 2022, 8:37 AM
Jayakrishna 🇮🇳