int main()
{
int num1;
int num2;
int result = num1 + num2;
return 0;
}
Chat with our AI personalities
By learning how to program on C+.
int i, sum = 0; for (i=0; i<20; i+=2) sum+=i;
nine plus q is in words. 9 + q is in numbers.
You could write it as 8793/100 or 8.793*101.
To swap two variables without using a third variable, use exclusive or manipulation... a ^= b; b ^= a; a ^= b;