HACK ME CODE 1

TO ADD TWO PREDEFINED NUMBERS USING C++

#include<iostream>

using namespace std;

int main()

{

int a,b,sum;

a=1;

b=2;

sum=a+b;

cout<<“Sum is”<<sum;

return 0;

}

Published by ryaan

Former student of IIIT Delhi. Beginning a startup. Loves teaching and blogging. Will provide you best of my knowledge.

Leave a comment

Design a site like this with WordPress.com
Get started