#include <stdio.h>
int main()
int x= 6;.
float y =2.0;
//calculo del programa
printf("\n--------resultado --------");
printf("\na x*y=%.2f", x°y);
printf("\nb x/y= %.2f",x/y);
printf("\nc x%%y- %d" x%(int)y)
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: