Input and Output

  • + 0 comments

    int main() { int a,b,c ,sum=0; cout << "enter three number to get it's colliction" <>a>>b>>c; sum=a+b+c; cout <<"the sum = "< /* Enter your code here. Read input from STDIN. Print output to STDOUT */
    return 0; }