Advertisement
Guest User

C++ | IF

a guest
Feb 26th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main(){
  5. int x;
  6.  
  7. cout<<""<<endl;
  8. cin>>x;
  9.  
  10. if(x==x){
  11. cout<<""<<endl;
  12. }
  13. else{
  14. cout<<""<<endl;
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement