write a program to find the sum of 12.7and20.6.Also subtract 20from23 print result
Answers
Answer:
You can add or subtract number whatever you want !
Explanation:
include <stdio.h>
include <stdio.h>
include <stdio.h> int main()
include <stdio.h> int main(){
include <stdio.h> int main(){ int first, second, add, subtract, multiply;
include <stdio.h> int main(){ int first, second, add, subtract, multiply; printf("Enter two integers\n");
include <stdio.h> int main(){ int first, second, add, subtract, multiply; printf("Enter two integers\n"); scanf("%d%d", &first, &second);
include <stdio.h> int main(){ int first, second, add, subtract, multiply; printf("Enter two integers\n"); scanf("%d%d", &first, &second);
include <stdio.h> int main(){ int first, second, add, subtract, multiply; printf("Enter two integers\n"); scanf("%d%d", &first, &second); add = first + second;
include <stdio.h> int main(){ int first, second, add, subtract, multiply; printf("Enter two integers\n"); scanf("%d%d", &first, &second); add = first + second; subtract = first - second;
include <stdio.h> int main(){ int first, second, add, subtract, multiply; printf("Enter two integers\n"); scanf("%d%d", &first, &second); add = first + second; subtract = first - second;
include <stdio.h> int main(){ int first, second, add, subtract, multiply; printf("Enter two integers\n"); scanf("%d%d", &first, &second); add = first + second; subtract = first - second; printf("Sum = %d\n", add);
include <stdio.h> int main(){ int first, second, add, subtract, multiply; printf("Enter two integers\n"); scanf("%d%d", &first, &second); add = first + second; subtract = first - second; printf("Sum = %d\n", add); printf("Difference = %d\n", subtract);
include <stdio.h> int main(){ int first, second, add, subtract, multiply; printf("Enter two integers\n"); scanf("%d%d", &first, &second); add = first + second; subtract = first - second; printf("Sum = %d\n", add); printf("Difference = %d\n", subtract); return 0;
include <stdio.h> int main(){ int first, second, add, subtract, multiply; printf("Enter two integers\n"); scanf("%d%d", &first, &second); add = first + second; subtract = first - second; printf("Sum = %d\n", add); printf("Difference = %d\n", subtract); return 0;}