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 ;
4 Answers
+ 1
Add code to playground and you can see yourself output..!!
??? question is not clear...
+ 1
Ok, thank you so much
0
I don’t know, this is exactly how the question is written
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...