Sum and difference of any two integer numbers as well as two floating numbers. on February 23, 2022 Get link Facebook X Pinterest Email Other Apps SOURCE CODE:#include <stdio.h>int main(){ int a,b; float c,d; scanf("%d\n",&a); scanf("%d",&b); printf("%d",a+b); printf(" %d\n",a-b); scanf("%f\n",&c); scanf("%f",&d); printf("%0.1f",c+d); printf(" %0.1f\n",c-d); return 0;}INPUT:OUTPUT: Comments UnknownFebruary 23, 2022 at 1:48 PMNicee😊ReplyDeleteRepliesReplyAnonymousFebruary 23, 2022 at 1:56 PM🥰ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
Nicee😊
ReplyDelete🥰
ReplyDelete