141k views
0 votes
What would be the output of the following code? #include < using namespace std; int main() { int x = 30; if(x > 20) if (x < 30) cout << x*2 << endl; else cout << x*3 << endl; cin.ignore(); return 0; }

User ASP
by
7.5k points

1 Answer

2 votes

Answer:

12<826>292>288<28<82882>82772727

Step-by-step explanation:

the answe is the answer

User Stevens Miller
by
8.3k points

Related questions