You are viewing a single comment's thread. Return to all comments →
this is my c++ code but idk why it's still saying wrong
using namespace std;
int a,b,c, sum; int main(){ a= 1, b = 2, c = 7; sum = a+ b + c; cout<<"3 numbers: "<
return 0;
}
Seems like cookies are disabled on this browser, please enable them to open this website
Input and Output
You are viewing a single comment's thread. Return to all comments →
this is my c++ code but idk why it's still saying wrong
include
using namespace std;
int a,b,c, sum; int main(){ a= 1, b = 2, c = 7; sum = a+ b + c; cout<<"3 numbers: "<
}