Output is wrong.here are the C code
Code:#include <stdio.h> int main() { int a; for (a = 1; a<=8; a++) { int sum=a+a,product=a*a; printf(" %d + %d = %d\n ",a,a,sum); printf(" %d * %d = %d\n",a,a,product); } }
provide the output as reference so i know its real haaaOutput is wrong.
hit thanks button and welcomeeeeShukran, It works