Nag run man sa akong Dev C++ ang imong code TS..
naa ko question mga master.
ngano ang output mo dritsu man exit... btw mao ni akong code sa tutorial website.. nkalimot nako sa link but plan ko mag refresh og kat.on og c++. samtang wala trouble dri sa office hehehe.
#include <iostream>
using namespace std;
int main ()
{
int a,b;
int result;
a = 5;
b = 2;
a = a + 1;
result = a - b;
cout << result;
return 0;
}
Similar Threads |
|