Input and Output

  • + 0 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: "<

    return 0;
    

    }