You are on page 1of 1

#include <iostream> using namespace std; int main () { if (x==100) cout << "x is 100" ; else cout <<

"x is not 100" ; return 0; }

You might also like