Read two numbers from user input. Then, print the sum of those numbers. Hint -- Copy/paste the following code, then just type code where the questions marks are to finish the code. num1

Respuesta :

Answer:

I am Providing Answer in C Language Program.

Explanation:

Please find attachment regarding code of taking two numbers input and adding them.

I would like to recommend you please use software which supports C language.

#include <stdio.h>

int main () {

int a, b, sum;

printf ("\ nEnter two no:");

scanf ("% d% d", & d, & e);

sum1 = d + e;

printf ("Sum:% d", sum1);

return (0);

}

Ver imagen engrnoman123