25.09.2017 Views

cpp_tutorial

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

C++<br />

Example<br />

#include <br />

using namespace std;<br />

int main ()<br />

{<br />

// local variable declaration:<br />

int a = 100;<br />

// check the boolean condition<br />

if( a < 20 )<br />

{<br />

// if condition is true then print the following<br />

cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!