#include <iostream>
using namespace std;
int main() {
int x = 3;
int y = 4;
y += x;
y += y;
x *= 0;
x = y;
y = x = y;
This is the end of the preview.
Sign up
to
access the rest of the document.
Unformatted text preview: y = x = y; x++; y--; y + --y; x = x + y * 1; cout << "x: " << x << " y: " << y << endl; }...
View
Full Document
- Spring '08
- Staff
- Espacio de nombres, Stephan Ladislaus Endlicher, Objeto, António Xavier Pereira Coutinho, using namespace
-
Click to edit the document details