Sum and Difference of Two Numbers

  • + 0 comments

    include

    include

    include

    include

    int main() { int a,b; float c,d; scanf("%d %d",&a,&b); scanf("%f %f",&c,&d); if(a

    return 0;
    

    }