Welcome To The World Of Hacking


Learn Hacking|Teach Hacking|Learn To Secure|Learn To Code

Thursday

C++ TUTORIAL 8: IF STATEMENT

#include <iostream>
using namespace std;

int main()
{
    int a = 100;
    int b = 70;

    if(a>b)
    {
        cout<<"HackDefence is the best blog on hacking and programming"<<endl;
    }
    return 0;
}

OUTPUT:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...