int x=10.2 y=z0, // Line 1
int x=x+y // Line 2
if(z=f) // Line 3
Cout <<"Zero"; // Line 4
int s-20+10; // Line 5
int x = 10;
int y = 0; // Assuming value
x = x + y;
if (x == 0) {
cout << "Zero";
}
int s = 20 + 10;