Hello, I have the following code in C
#include <stdio.h>
void main(void)
{
int num, cociente, a, b, c, d;
printf ("Evaluación de expresiones\n\n");
a = 10; b = 4; c = 5; d = 1; num = 0;
cociente = (num = a*b)/(num + c +...
asked by
06.02.2017 / 23:51